aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorTriton1712022-10-30 16:45:58 +0000
committerGitHub2022-10-30 16:45:58 +0000
commit908529ccac153c12fd3b8e051a8f8ef68120d94d (patch)
tree91f842f6e4439ee7f280ff4dd1ddbfc3fea8cc51 /languages.toml
parent00cf12f571b72451bcdd5c2b0079ce2331a0869f (diff)
Update LaTex grammar (#4528)
Fix comment injection & add highlighting for math delimiters.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 00e6459d..73915fc2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -570,7 +570,7 @@ indent = { tab-width = 4, unit = "\t" }
[[grammar]]
name = "latex"
-source = { git = "https://github.com/latex-lsp/tree-sitter-latex", rev = "b3b2cf27f33e71438ebe46934900b1153901c6f2" }
+source = { git = "https://github.com/latex-lsp/tree-sitter-latex", rev = "8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6" }
[[language]]
name = "lean"