mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(matlab)!: replace parser
This commit is contained in:
parent
3f6c2de149
commit
df3f47a508
6 changed files with 180 additions and 83 deletions
|
|
@ -1,16 +1,11 @@
|
|||
[
|
||||
(function_definition)
|
||||
|
||||
(if_statement)
|
||||
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
|
||||
(switch_statement)
|
||||
(case_statement)
|
||||
|
||||
(otherwise_statement)
|
||||
|
||||
(try_statement)
|
||||
(catch_statement)
|
||||
] @fold
|
||||
[(if_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(switch_statement)
|
||||
(try_statement)
|
||||
(function_definition)
|
||||
(class_definition)
|
||||
(enumeration)
|
||||
(events)
|
||||
(methods)
|
||||
(properties)] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue