forked from zed-extensions/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.toml
More file actions
30 lines (25 loc) · 769 Bytes
/
Copy pathextension.toml
File metadata and controls
30 lines (25 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
id = "java"
name = "Java"
version = "6.8.0"
schema_version = 1
authors = [
"Valentine Briese <valentinegb@icloud.com>",
"Samuser107 L.Longheval <samuser107@gmail.com>",
"Yury Abykhodau <abehodau@gmail.com>",
]
description = "Java support."
repository = "https://github.com/zed-extensions/java"
[grammars.java]
repository = "https://github.com/tree-sitter/tree-sitter-java"
commit = "94703d5a6bed02b98e438d7cad1136c01a60ba2c"
[grammars.properties]
repository = "https://github.com/tree-sitter-grammars/tree-sitter-properties"
commit = "579b62f5ad8d96c2bb331f07d1408c92767531d9"
[language_servers.jdtls]
name = "Eclipse JDT Language Server"
language = "Java"
[debug_adapters.Java]
[[capabilities]]
kind = "process:exec"
command = "*"
args = ["-version"]