mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
highlights(gitattributes): fix captures
This commit is contained in:
parent
be2b89edc8
commit
54ca5ae2f0
2 changed files with 6 additions and 6 deletions
|
|
@ -1,15 +1,15 @@
|
|||
(dir_sep) @punctuation.delimiter
|
||||
|
||||
(wildcard) @punctuation.special
|
||||
|
||||
(quoted_pattern
|
||||
("\"" @character.special))
|
||||
("\"" @punctuation.special))
|
||||
|
||||
(range_notation) @string.special
|
||||
|
||||
(range_notation
|
||||
[ "[" "]" ] @punctuation.bracket)
|
||||
|
||||
(wildcard) @character.special
|
||||
|
||||
(range_negation) @operator
|
||||
|
||||
(character_class) @constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue