Support PureScript's new spago.yaml configs (#9362)

pull/9828/head
Jeremy Brudvik 5 months ago committed by GitHub
parent 6339a8c95a
commit f41727cc9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save