mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
|
@ -12,5 +12,4 @@
|
|||
(enum_definition)
|
||||
(try_catch_statement)
|
||||
(method_definition)
|
||||
(inflight_method_definition)
|
||||
] @fold
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
name: (identifier) @type)
|
||||
(method_definition
|
||||
name: (identifier) @method)
|
||||
(inflight_method_definition
|
||||
name: (identifier) @method)
|
||||
|
||||
; Functions
|
||||
|
||||
|
|
@ -78,7 +76,6 @@
|
|||
"for"
|
||||
"if"
|
||||
"in"
|
||||
"init"
|
||||
"let"
|
||||
"new"
|
||||
"return"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue