mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
use constant.builtin.boolean scope for ecma boolean (#14357)
This commit is contained in:
@@ -222,12 +222,15 @@
|
||||
(super) @variable.builtin
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
(null)
|
||||
(undefined)
|
||||
] @constant.builtin
|
||||
|
||||
[
|
||||
(true)
|
||||
(false)
|
||||
] @constant.builtin.boolean
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
|
Reference in New Issue
Block a user