Support PureScript's new spago.yaml configs (#9362)
This commit is contained in:
parent
6339a8c95a
commit
f41727cc9c
1 changed files with 1 additions and 1 deletions
|
@ -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 = " " }
|
||||
|
|
Loading…
Add table
Reference in a new issue