Helix: Tried to add spyglass language server config
Currently not working
This commit is contained in:
parent
253b85678d
commit
9abd98a778
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,16 @@ name = "astro"
|
|||
auto-format = true
|
||||
language-servers = [ "astro-ls" ]
|
||||
|
||||
[language-server.spyglass]
|
||||
command="spyglassmc-language-server"
|
||||
|
||||
[[language]]
|
||||
name = "mcfunction"
|
||||
scope = "source.mcfunction"
|
||||
file-types = [ "mcfunction" ]
|
||||
roots = [ "spyglass.json", ".spyglassrc.json" ]
|
||||
language-servers = [ "spyglass" ]
|
||||
|
||||
[[language]]
|
||||
name = "html"
|
||||
formatter = { command = 'prettier', args = ["--parser", "html"] }
|
||||
|
|
Loading…
Reference in a new issue