Skip to content

Commit 29eb570

Browse files
authored
Add hie.yaml as root Haskell file (#14617)
1 parent 76fdd24 commit 29eb570

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
@@ -1569,7 +1569,7 @@ name = "haskell"
15691569
scope = "source.haskell"
15701570
injection-regex = "hs|haskell"
15711571
file-types = ["hs", "hs-boot", "hsc"]
1572-
roots = ["Setup.hs", "stack.yaml", "cabal.project"]
1572+
roots = ["Setup.hs", "stack.yaml", "cabal.project", "hie.yaml"]
15731573
shebangs = ["runhaskell", "stack"]
15741574
comment-token = "--"
15751575
block-comment-tokens = { start = "{-", end = "-}" }

0 commit comments

Comments
 (0)