mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02: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" }
|
language-server = { command = "elixir-ls" }
|
||||||
indent = { tab-width = 2, unit = " " }
|
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]]
|
[[language]]
|
||||||
name = "json"
|
name = "json"
|
||||||
scope = "source.json"
|
scope = "source.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user