Skip to content

Commit fc97ecc

Browse files
authored
Add hsc filetype to haskell (#11074)
1 parent 3524060 commit fc97ecc

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
@@ -1269,7 +1269,7 @@ source = { git = "https://github.com/ikatyang/tree-sitter-yaml", rev = "0e36bed1
12691269
name = "haskell"
12701270
scope = "source.haskell"
12711271
injection-regex = "hs|haskell"
1272-
file-types = ["hs", "hs-boot"]
1272+
file-types = ["hs", "hs-boot", "hsc"]
12731273
roots = ["Setup.hs", "stack.yaml", "cabal.project"]
12741274
comment-token = "--"
12751275
block-comment-tokens = { start = "{-", end = "-}" }

0 commit comments

Comments
 (0)