Add Haskell roots (#2954)
This commit is contained in:
parent
4c30a3609a
commit
e58d28a972
1 changed files with 1 additions and 1 deletions
|
@ -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 = " " }
|
||||
|
|
Loading…
Reference in a new issue