mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Added true/false to the highlights
This commit is contained in:
parent
8dbe97afa2
commit
7ae5d4f2c8
1 changed files with 2 additions and 0 deletions
|
|
@ -12,3 +12,5 @@
|
||||||
(string_definition) @string
|
(string_definition) @string
|
||||||
(number) @number
|
(number) @number
|
||||||
(operator) @operator
|
(operator) @operator
|
||||||
|
(true) @boolean
|
||||||
|
(false) @boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue