From 550192826bd6ec1598ed209c84a78955b1b53bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lan=20Cr=C3=ADstoffer?= Date: Sun, 9 Jul 2023 17:08:29 +0200 Subject: [PATCH] highlight(matlab): Better UTF-8 handling. (#7532) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 5cada2b6f..261391579 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"