use @boolean in all flavors of js

This commit is contained in:
Nate Butler 2023-02-27 10:40:01 -05:00
parent 8c51a62a8d
commit f84046b74f
2 changed files with 10 additions and 4 deletions

View file

@ -59,12 +59,15 @@
(super) @variable.special
[
(true)
(false)
(null)
(undefined)
] @constant.builtin
[
(true)
(false)
] @boolean
(comment) @comment
[

View file

@ -59,12 +59,15 @@
(super) @variable.special
[
(true)
(false)
(null)
(undefined)
] @constant.builtin
[
(true)
(false)
] @boolean
(comment) @comment
[