diff options
author | Álan Crístoffer | 2023-07-09 15:08:29 +0000 |
---|---|---|
committer | GitHub | 2023-07-09 15:08:29 +0000 |
commit | 550192826bd6ec1598ed209c84a78955b1b53bae (patch) | |
tree | 2ccdd316c9e6c503422988c69cbe1e6bf07d3c1a /languages.toml | |
parent | 828c7432e363c46cd9202cdb973a67f0421d2c0f (diff) |
highlight(matlab): Better UTF-8 handling. (#7532)
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 5cada2b6..26139157 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 = "4029fa791ddadd555c6a371a4e882ef1735d868c" } +source = { git = "https://github.com/acristoffers/tree-sitter-matlab", rev = "676117eafa64afedc8380a921a77cd9f2244bc6b" } [[language]] name = "ponylang" |