diff options
| author | Mark McCulloh <Mark.McCulloh@gmail.com> | 2023-11-13 14:04:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 19:04:27 +0000 |
| commit | 17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9 (patch) | |
| tree | becec110a72c0d0d1b9735fca893681290e4f6c3 /tests/query | |
| parent | feat: highlight regular latex text to maintain consistency with boldfaced and... (diff) | |
| download | nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar.gz nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar.bz2 nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar.lz nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar.xz nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.tar.zst nvim-treesitter-17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9.zip | |
fix(wing): update parser and queries, add maintainer (#5671)
Diffstat (limited to 'tests/query')
| -rw-r--r-- | tests/query/highlights/wing/class.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/wing/class.w b/tests/query/highlights/wing/class.w index 636cbc601..06160d741 100644 --- a/tests/query/highlights/wing/class.w +++ b/tests/query/highlights/wing/class.w @@ -9,9 +9,9 @@ class Foo { //^ field // ^ type.builtin // ^ punctuation.delimiter - init(name: str) { + new(name: str) { //^ keyword -// ^ variable +// ^ variable this.name = name; // ^ punctuation.delimiter // ^ operator |
