diff options
author | Álan Crístoffer | 2023-06-24 13:20:42 +0000 |
---|---|---|
committer | GitHub | 2023-06-24 13:20:42 +0000 |
commit | 08c0a23b7915d4d4b5b30e6cd120fc638b5b6155 (patch) | |
tree | d866ffe26d413fa1831d809af8879810745c8000 | |
parent | 93ac70684437b2da4708a8e20c60ac31052138b3 (diff) |
highlight(matlab): Bumps tree-sitter-matlab commit. (#7442)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index a61e2e74..25093bfb 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 = "5a047c1572792ae943b51af7cf9307097b2fcce0" } +source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "b09c27e42732c59321604a15163480ebb4f82f1c" } [[language]] name = "ponylang" |