mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Support PureScript's new spago.yaml configs (#9362)
This commit is contained in:
@@ -1119,7 +1119,7 @@ name = "purescript"
|
||||
scope = "source.purescript"
|
||||
injection-regex = "purescript"
|
||||
file-types = ["purs"]
|
||||
roots = ["spago.dhall", "bower.json"]
|
||||
roots = ["spago.yaml", "spago.dhall", "bower.json"]
|
||||
comment-token = "--"
|
||||
language-servers = [ "purescript-language-server" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
Reference in New Issue
Block a user