Fix a bug in matlab indentation and updates the grammar commit hash to latest (#12518)

This commit is contained in:
Álan Crístoffer 2025-01-13 14:43:02 +01:00 committed by GitHub
parent e01775a667
commit 367ccc1c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2900,7 +2900,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
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]]
name = "ponylang"

View file

@ -1,4 +1,5 @@
[
(arguments_statement)
(if_statement)
(for_statement)
(while_statement)