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 a16c233e6..4595b94f2 100644 --- a/tests/query/highlights/gitattributes/test.gitattributes +++ b/tests/query/highlights/gitattributes/test.gitattributes @@ -1,5 +1,5 @@ [attr]nodiff -diff -merge -# <- @preproc +# <- @keyword.directive # ^^^^^^ @property # ^ @operator # ^^^^ @variable.builtin @@ -9,7 +9,7 @@ vendor/** linguist-vendored=true # ^ @punctuation.delimiter # ^^ @character.special -# ^^^^^^^^^^^^^^^^^ @parameter +# ^^^^^^^^^^^^^^^^^ @variable.parameter # ^ @operator # ^^^^ @boolean @@ -22,7 +22,7 @@ vendor/** linguist-vendored=true # ^^^^^^^^^ @constant # ^ @punctuation.bracket # ^ @operator -# ^^^^^^^^^^ @parameter +# ^^^^^^^^^^ @variable.parameter "_\u4E00\t\56txt" encoding=UTF-16 # <- @punctuation.special |
