mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Adds mint language server (#974)
This commit is contained in:
parent
1e793c2bbf
commit
4010b327e2
@ -43,6 +43,17 @@ comment-token = "#"
|
||||
language-server = { command = "elixir-ls" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
name = "mint"
|
||||
scope = "source.mint"
|
||||
injection-regex = "mint"
|
||||
file-types = ["mint"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
|
||||
language-server = { command = "mint", args = ["ls"] }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[language]]
|
||||
name = "json"
|
||||
scope = "source.json"
|
||||
|
Loading…
Reference in New Issue
Block a user