Replace MATLAB grammar (#7388)

This commit is contained in:
Álan Crístoffer 2023-06-23 00:19:40 +02:00 committed by GitHub
parent 842518ccb7
commit 2c5288dafb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 223 additions and 88 deletions

View file

@ -0,0 +1,23 @@
[
(if_statement)
(for_statement)
(while_statement)
(switch_statement)
(try_statement)
(function_definition)
(class_definition)
(enumeration)
(events)
(methods)
(properties)
] @indent
[
(elseif_clause)
(else_clause)
(case_clause)
(otherwise_clause)
(catch_clause)
] @indent @extend
[ "end" ] @outdent