diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-10-17 20:06:19 +0300 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2022-11-26 13:17:51 +0200 |
| commit | 54ca5ae2f024769d09e764a8048c2289a71328b7 (patch) | |
| tree | e60f8c2229f80ff0a1323b0caa3868a0f135cd79 /tests/query/highlights/gitattributes/test.gitattributes | |
| parent | highlights(ruby): fix captures (diff) | |
| download | nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar.gz nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar.bz2 nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar.lz nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar.xz nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.tar.zst nvim-treesitter-54ca5ae2f024769d09e764a8048c2289a71328b7.zip | |
highlights(gitattributes): fix captures
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 |
