Helix: Tried to add spyglass language server config

Currently not working
This commit is contained in:
GaspardCulis 2023-12-28 09:47:56 +01:00
parent 253b85678d
commit 9abd98a778

View file

@ -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"] }