Skip to content

Commit

Permalink
Support PureScript's new spago.yaml configs (helix-editor#9362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrudvik authored and dgkf committed Jan 30, 2024
1 parent 18892af commit 21c0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit 21c0e77

Please sign in to comment.