use constant.builtin.boolean scope for ecma boolean (#14357)

This commit is contained in:
Dang
2025-09-01 05:24:50 +08:00
committed by GitHub
parent 6e9939a2d1
commit e3fafb6bad

View File

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