Skip to content

Commit

Permalink
Add Haskell roots (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rphee authored Jul 4, 2022
1 parent 4c30a36 commit e58d28a
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 @@ -660,7 +660,7 @@ name = "haskell"
scope = "source.haskell"
injection-regex = "haskell"
file-types = ["hs"]
roots = []
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
comment-token = "--"
language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
indent = { tab-width = 2, unit = " " }
Expand Down

0 comments on commit e58d28a

Please sign in to comment.