diff options
author | Álan Crístoffer | 2023-07-03 14:43:17 +0000 |
---|---|---|
committer | GitHub | 2023-07-03 14:43:17 +0000 |
commit | 457b38939526434fa2ec07ceb2264bac3e4575af (patch) | |
tree | b783cc63a762ce961ca5844bc0c063da911ec631 /languages.toml | |
parent | a9849ebee41a8cb884a9351d36ebd399adb4111e (diff) |
highlight(matlab): Many bug fixes and improvements (#7511)
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 0c92df4e..612e1c0a 100644 --- a/languages.toml +++ b/languages.toml @@ -2285,7 +2285,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "matlab" -source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "d7b24aaaf3e4814d073517d072727319d2b5ffc3" } +source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "4029fa791ddadd555c6a371a4e882ef1735d868c" } [[language]] name = "ponylang" |