Skip to content

Commit

Permalink
Add texlab language server for latex
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafla committed Apr 2, 2022
1 parent deb7ee6 commit 75cb162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| json || || |
| julia || | | `julia` |
| kotlin || | | `kotlin-language-server` |
| latex || | | |
| latex || | | `texlab` |
| lean || | | `lean` |
| ledger || | | |
| llvm |||| |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ injection-regex = "tex"
file-types = ["tex"]
roots = []
comment-token = "%"
language-server = { command = "texlab" }
indent = { tab-width = 4, unit = "\t" }

[[grammar]]
Expand Down

0 comments on commit 75cb162

Please sign in to comment.