mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -1,37 +1,37 @@
|
|||
[attr]nodiff -diff -merge
|
||||
# <- preproc
|
||||
# ^^^^^^ property
|
||||
# ^ operator
|
||||
# ^^^^ variable.builtin
|
||||
# ^ operator
|
||||
# ^^^^^ variable.builtin
|
||||
# <- @preproc
|
||||
# ^^^^^^ @property
|
||||
# ^ @operator
|
||||
# ^^^^ @variable.builtin
|
||||
# ^ @operator
|
||||
# ^^^^^ @variable.builtin
|
||||
|
||||
vendor/** linguist-vendored=true
|
||||
# ^ punctuation.delimiter
|
||||
# ^^ character.special
|
||||
# ^^^^^^^^^^^^^^^^^ parameter
|
||||
# ^ operator
|
||||
# ^^^^ boolean
|
||||
# ^ @punctuation.delimiter
|
||||
# ^^ @character.special
|
||||
# ^^^^^^^^^^^^^^^^^ @parameter
|
||||
# ^ @operator
|
||||
# ^^^^ @boolean
|
||||
|
||||
[^._]-[[:lower:]] !something
|
||||
# ^ punctuation.bracket
|
||||
# ^ operator
|
||||
# ^^ string.special
|
||||
# ^ punctuation.bracket
|
||||
# ^ punctuation.bracket
|
||||
# ^^^^^^^^^ constant
|
||||
# ^ punctuation.bracket
|
||||
# ^ operator
|
||||
# ^^^^^^^^^^ parameter
|
||||
# ^ @punctuation.bracket
|
||||
# ^ @operator
|
||||
# ^^ @string.special
|
||||
# ^ @punctuation.bracket
|
||||
# ^ @punctuation.bracket
|
||||
# ^^^^^^^^^ @constant
|
||||
# ^ @punctuation.bracket
|
||||
# ^ @operator
|
||||
# ^^^^^^^^^^ @parameter
|
||||
|
||||
"_\u4E00\t\56txt" encoding=UTF-16
|
||||
# <- punctuation.special
|
||||
# ^^^^^^ string.escape
|
||||
# ^^ string.escape
|
||||
# ^^^ string.escape
|
||||
# ^ punctuation.special
|
||||
# ^^^^^^^^ variable.builtin
|
||||
# ^ operator
|
||||
# ^^^^^^ string
|
||||
# <- @punctuation.special
|
||||
# ^^^^^^ @string.escape
|
||||
# ^^ @string.escape
|
||||
# ^^^ @string.escape
|
||||
# ^ @punctuation.special
|
||||
# ^^^^^^^^ @variable.builtin
|
||||
# ^ @operator
|
||||
# ^^^^^^ @string
|
||||
|
||||
# vim:ft=gitattributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue