mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(javascript): set booleans to boolean highlights
This commit is contained in:
parent
dd7e67ddb4
commit
a896f5579d
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
|||
(this) @variable.builtin
|
||||
(super) @variable.builtin
|
||||
|
||||
(true) @constant.builtin
|
||||
(false) @constant.builtin
|
||||
(true) @boolean
|
||||
(false) @boolean
|
||||
(null) @constant.builtin
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue