From 9f843e4f56abf6cef38ff8aca8e0b97e249c1cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lan=20Cr=C3=ADstoffer?= Date: Mon, 28 Aug 2023 03:07:51 +0200 Subject: [PATCH] highlight(matlab): bumps grammar after some improvements (#8040) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"