-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathextension.toml
More file actions
32 lines (27 loc) · 857 Bytes
/
extension.toml
File metadata and controls
32 lines (27 loc) · 857 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
31
32
id = "java"
name = "Java"
version = "6.8.3"
schema_version = 1
authors = [
"Valentine Briese <valentinegb@icloud.com>",
"Samuser107 L.Longheval <samuser107@gmail.com>",
"Yury Abykhodau <abehodau@gmail.com>",
"Keys <70819367+keys-i@users.noreply.github.com>"
]
description = "Java support."
repository = "https://github.com/zed-extensions/java"
snippets = "./snippets/java.json"
[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"]