Skip to content

Commit 3cccb6d

Browse files
LaurentRDCalschena
authored andcommitted
Add hie.yaml as root Haskell file (helix-editor#14617)
1 parent 8e9d14f commit 3cccb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ name = "haskell"
15861586
scope = "source.haskell"
15871587
injection-regex = "hs|haskell"
15881588
file-types = ["hs", "hs-boot", "hsc"]
1589-
roots = ["Setup.hs", "stack.yaml", "cabal.project"]
1589+
roots = ["Setup.hs", "stack.yaml", "cabal.project", "hie.yaml"]
15901590
shebangs = ["runhaskell", "stack"]
15911591
comment-token = "--"
15921592
block-comment-tokens = { start = "{-", end = "-}" }

0 commit comments

Comments
 (0)