mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix(wing): update parser and queries, add maintainer (#5671)
This commit is contained in:
parent
075a64addc
commit
17e77749c1
5 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue