Group boolean and builtin const highlights

This commit is contained in:
Alan Russell 2025-07-18 16:24:40 +01:00
parent bebef57945
commit 86d9c663a5
No known key found for this signature in database

View file

@ -55,18 +55,18 @@
(number) @number (number) @number
(true) @boolean [
(true)
(false) @boolean (false)
] @boolean
(null) @constant.builtin
; Special references ; Special references
(star) @constant.builtin [
(null)
(parent) @constant.builtin (star)
(parent)
(this) @constant.builtin (this)
] @constant.builtin
; Identifiers ; Identifiers
(identifier) @variable (identifier) @variable