diff options
Diffstat (limited to 'tests/query/highlights/gitattributes/test.gitattributes')
| -rw-r--r-- | tests/query/highlights/gitattributes/test.gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/query/highlights/gitattributes/test.gitattributes b/tests/query/highlights/gitattributes/test.gitattributes index 5b2e12005..1d398db41 100644 --- a/tests/query/highlights/gitattributes/test.gitattributes +++ b/tests/query/highlights/gitattributes/test.gitattributes @@ -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 |
