mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(wing): add parser (#5021)
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
99a7e8d268
commit
f460cc8ee7
8 changed files with 147 additions and 0 deletions
18
queries/wing/folds.scm
Normal file
18
queries/wing/folds.scm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
(class_definition)
|
||||
(class_implementation)
|
||||
(resource_definition)
|
||||
(resource_implementation)
|
||||
(interface_definition)
|
||||
(interface_implementation)
|
||||
(for_in_loop)
|
||||
(while_statement)
|
||||
(if_statement)
|
||||
(if_let_statement)
|
||||
(elif_block)
|
||||
(struct_definition)
|
||||
(enum_definition)
|
||||
(try_catch_statement)
|
||||
(method_definition)
|
||||
(inflight_method_definition)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue