mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
feat: add runhaskell
and stack
as haskell shebangs (#14385)
This commit is contained in:
committed by
GitHub
parent
0a4207be32
commit
d63c2d2fea
@@ -1522,6 +1522,7 @@ scope = "source.haskell"
|
||||
injection-regex = "hs|haskell"
|
||||
file-types = ["hs", "hs-boot", "hsc"]
|
||||
roots = ["Setup.hs", "stack.yaml", "cabal.project"]
|
||||
shebangs = ["runhaskell", "stack"]
|
||||
comment-token = "--"
|
||||
block-comment-tokens = { start = "{-", end = "-}" }
|
||||
language-servers = [ "haskell-language-server" ]
|
||||
|
Reference in New Issue
Block a user