mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix boolean highlight
This commit is contained in:
parent
1289f56fe9
commit
0c5b61b2aa
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@
|
|||
(comment) @comment
|
||||
(test_option) @string
|
||||
|
||||
[(true) (false)] @boolean
|
||||
((word) @boolean
|
||||
(#any-of? @boolean "true" "false"))
|
||||
|
||||
;; Error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue