mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
Replace MATLAB grammar (#7388)
This commit is contained in:
parent
842518ccb7
commit
2c5288dafb
9 changed files with 223 additions and 88 deletions
11
runtime/queries/matlab/folds.scm
Normal file
11
runtime/queries/matlab/folds.scm
Normal file
|
@ -0,0 +1,11 @@
|
|||
[(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