mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
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
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
(null)
|
||||
(undefined)
|
||||
] @constant.builtin
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
] @boolean
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
|
|
|
@ -59,12 +59,15 @@
|
|||
(super) @variable.special
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
(null)
|
||||
(undefined)
|
||||
] @constant.builtin
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
] @boolean
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue