Skip to content

Commit e3fafb6

Browse files
authored
use constant.builtin.boolean scope for ecma boolean (#14357)
1 parent 6e9939a commit e3fafb6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

runtime/queries/ecma/highlights.scm

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,15 @@
222222
(super) @variable.builtin
223223

224224
[
225-
(true)
226-
(false)
227225
(null)
228226
(undefined)
229227
] @constant.builtin
230228

229+
[
230+
(true)
231+
(false)
232+
] @constant.builtin.boolean
233+
231234
(comment) @comment
232235

233236
[

0 commit comments

Comments
 (0)