Adds mint language server (#974)
This commit is contained in:
parent
1e793c2bbf
commit
4010b327e2
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue