mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add texlab language server for latex (#1922)
This commit is contained in:
parent
36d1df71fc
commit
e4561d1dde
@ -31,7 +31,7 @@
|
||||
| jsx | ✓ | | ✓ | `typescript-language-server` |
|
||||
| julia | ✓ | | | `julia` |
|
||||
| kotlin | ✓ | | | `kotlin-language-server` |
|
||||
| latex | ✓ | | | |
|
||||
| latex | ✓ | | | `texlab` |
|
||||
| lean | ✓ | | | `lean` |
|
||||
| ledger | ✓ | | | |
|
||||
| llvm | ✓ | ✓ | ✓ | |
|
||||
|
@ -447,6 +447,7 @@ injection-regex = "tex"
|
||||
file-types = ["tex"]
|
||||
roots = []
|
||||
comment-token = "%"
|
||||
language-server = { command = "texlab" }
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
[[grammar]]
|
||||
|
Loading…
Reference in New Issue
Block a user