diff options
author | Álan Crístoffer | 2023-08-28 01:07:51 +0000 |
---|---|---|
committer | GitHub | 2023-08-28 01:07:51 +0000 |
commit | 9f843e4f56abf6cef38ff8aca8e0b97e249c1cad (patch) | |
tree | dbe011f55a66874081fe9d6ad8452c568c2d8860 | |
parent | aeaeb09f486c2bc7f8c563bceece03a0954576b9 (diff) |
highlight(matlab): bumps grammar after some improvements (#8040)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index c0b4bc6e..fbd31f01 100644 --- a/languages.toml +++ b/languages.toml @@ -2351,7 +2351,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "matlab" -source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "676117eafa64afedc8380a921a77cd9f2244bc6b" } +source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "6071891a8c39600203eba20513666cf93b4d650a" } [[language]] name = "ponylang" |