aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMark McCulloh <Mark.McCulloh@gmail.com>2023-11-13 14:04:27 -0500
committerGitHub <noreply@github.com>2023-11-13 19:04:27 +0000
commit17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9 (patch)
treebecec110a72c0d0d1b9735fca893681290e4f6c3 /tests
parentfeat: highlight regular latex text to maintain consistency with boldfaced and... (diff)
downloadnvim-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')
-rw-r--r--tests/query/highlights/wing/class.w4
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