Unnamed repository; edit this file 'description' to name the repository.
fix(highlights/java): fix boolean highlighting
may 2 months ago
parent b545ba3 · commit 68da32a
-rw-r--r--runtime/queries/java/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/java/highlights.scm b/runtime/queries/java/highlights.scm
index 9590e2d1..7f62ba31 100644
--- a/runtime/queries/java/highlights.scm
+++ b/runtime/queries/java/highlights.scm
@@ -82,8 +82,8 @@
[
(true)
(false)
- (null_literal)
-] @constant.builtin
+] @constant.builtin.boolean
+(null_literal) @constant.builtin
(line_comment) @comment
(block_comment) @comment