use @boolean
in all flavors of js
This commit is contained in:
parent
8c51a62a8d
commit
f84046b74f
2 changed files with 10 additions and 4 deletions
|
@ -59,12 +59,15 @@
|
||||||
(super) @variable.special
|
(super) @variable.special
|
||||||
|
|
||||||
[
|
[
|
||||||
(true)
|
|
||||||
(false)
|
|
||||||
(null)
|
(null)
|
||||||
(undefined)
|
(undefined)
|
||||||
] @constant.builtin
|
] @constant.builtin
|
||||||
|
|
||||||
|
[
|
||||||
|
(true)
|
||||||
|
(false)
|
||||||
|
] @boolean
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
@ -59,12 +59,15 @@
|
||||||
(super) @variable.special
|
(super) @variable.special
|
||||||
|
|
||||||
[
|
[
|
||||||
(true)
|
|
||||||
(false)
|
|
||||||
(null)
|
(null)
|
||||||
(undefined)
|
(undefined)
|
||||||
] @constant.builtin
|
] @constant.builtin
|
||||||
|
|
||||||
|
[
|
||||||
|
(true)
|
||||||
|
(false)
|
||||||
|
] @boolean
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue