mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(number) @number
|
||||
(operator) @operator
|
||||
(true) @boolean
|
||||
(false) @boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue