mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
highlights(gitattributes): fix captures
This commit is contained in:
parent
be2b89edc8
commit
54ca5ae2f0
2 changed files with 6 additions and 6 deletions
|
|
@ -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