Skip to content

Commit

Permalink
Update tree-sitter-latex and highlights (#3370)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
erasin and the-mikedavis committed Aug 10, 2022
1 parent 598aa7c commit 921027f
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 362 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
| jsx |||| `typescript-language-server` |
| julia || | | `julia` |
| kotlin || | | `kotlin-language-server` |
| latex || | | `texlab` |
| latex || | | `texlab` |
| lean || | | `lean` |
| ledger || | | |
| llvm |||| |
Expand Down
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ indent = { tab-width = 4, unit = "\t" }

[[grammar]]
name = "latex"
source = { git = "https://github.com/latex-lsp/tree-sitter-latex", rev = "7f720661de5316c0f8fee956526d4002fa1086d8" }
source = { git = "https://github.com/latex-lsp/tree-sitter-latex", rev = "b3b2cf27f33e71438ebe46934900b1153901c6f2" }

[[language]]
name = "lean"
Expand Down
Loading

0 comments on commit 921027f

Please sign in to comment.