Fix a bug in matlab indentation and updates the grammar commit hash to latest (#12518)
This commit is contained in:
parent
e01775a667
commit
367ccc1c64
2 changed files with 2 additions and 1 deletions
|
@ -2900,7 +2900,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "matlab"
|
name = "matlab"
|
||||||
source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "6071891a8c39600203eba20513666cf93b4d650a" }
|
source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "b0a0198b182574cd3ca0447264c83331901b9338" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "ponylang"
|
name = "ponylang"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[
|
[
|
||||||
|
(arguments_statement)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(for_statement)
|
(for_statement)
|
||||||
(while_statement)
|
(while_statement)
|
||||||
|
|
Loading…
Reference in a new issue