Skip to content

Commit 4c60445

Browse files
committed
Upgrade tree-sitter-java to v0.23.5
1 parent 42e2379 commit 4c60445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/zed-extensions/java"
1212

1313
[grammars.java]
1414
repository = "https://github.com/tree-sitter/tree-sitter-java"
15-
commit = "a1bbe92a6370bb4c15386735fbda12f2b812a923"
15+
commit = "94703d5a6bed02b98e438d7cad1136c01a60ba2c"
1616

1717
[language_servers.jdtls]
1818
name = "Eclipse JDT Language Server"

languages/java/highlights.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
"else"
221221
"switch"
222222
"case"
223+
"when"
223224
] @keyword
224225

225226
(ternary_expression

0 commit comments

Comments
 (0)