mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
feat: add matlab
This commit is contained in:
parent
f0617c31f4
commit
316200f77d
6 changed files with 136 additions and 0 deletions
16
queries/matlab/folds.scm
Normal file
16
queries/matlab/folds.scm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
(function_definition)
|
||||
|
||||
(if_statement)
|
||||
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
|
||||
(switch_statement)
|
||||
(case_statement)
|
||||
|
||||
(otherwise_statement)
|
||||
|
||||
(try_statement)
|
||||
(catch_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue