mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(query): highlights for dot-prefixed predicates
This commit is contained in:
parent
ca0e04ac31
commit
73b68cb943
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@
|
||||||
"#"
|
"#"
|
||||||
] @punctuation.special
|
] @punctuation.special
|
||||||
|
|
||||||
|
(predicate
|
||||||
|
"." @punctuation.special)
|
||||||
|
|
||||||
"_" @character.special
|
"_" @character.special
|
||||||
|
|
||||||
"MISSING" @keyword
|
"MISSING" @keyword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue