mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
vendor/** linguist-vendored=true
|
||||
# ^ punctuation.delimiter
|
||||
# ^^ punctuation.special
|
||||
# ^^ character.special
|
||||
# ^^^^^^^^^^^^^^^^^ parameter
|
||||
# ^ operator
|
||||
# ^^^^ boolean
|
||||
|
|
@ -25,11 +25,11 @@ vendor/** linguist-vendored=true
|
|||
# ^^^^^^^^^^ parameter
|
||||
|
||||
"_\u4E00\t\56txt" encoding=UTF-16
|
||||
# <- character.special
|
||||
# <- punctuation.special
|
||||
# ^^^^^^ string.escape
|
||||
# ^^ string.escape
|
||||
# ^^^ string.escape
|
||||
# ^ character.special
|
||||
# ^ punctuation.special
|
||||
# ^^^^^^^^ variable.builtin
|
||||
# ^ operator
|
||||
# ^^^^^^ string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue