Unnamed repository; edit this file 'description' to name the repository.
fix(highlights/lean): fix boolean highlighting
and also fix the highlights for chars while we're here
may 2 months ago
parent 68da32a · commit a9723fb
-rw-r--r--runtime/queries/lean/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/lean/highlights.scm b/runtime/queries/lean/highlights.scm
index 8fbe5f86..33e70b80 100644
--- a/runtime/queries/lean/highlights.scm
+++ b/runtime/queries/lean/highlights.scm
@@ -191,13 +191,13 @@
"mut"
] @keyword
-[(true) (false)] @boolean
+[(true) (false)] @constant.builtin.boolean
(number) @constant.numeric.integer
(float) @constant.numeric.float
(comment) @comment
-(char) @character
+(char) @constant.character
(string) @string
(interpolated_string) @string
; (escape_sequence) @string.escape