mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
(predicate
|
||||
"." @punctuation.special)
|
||||
|
||||
"_" @character.special
|
||||
|
||||
"MISSING" @keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue