Skip to content

Commit

Permalink
Add hsc filetype to haskell (#11074)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoog committed Jul 2, 2024
1 parent 3524060 commit fc97ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ source = { git = "https://github.com/ikatyang/tree-sitter-yaml", rev = "0e36bed1
name = "haskell"
scope = "source.haskell"
injection-regex = "hs|haskell"
file-types = ["hs", "hs-boot"]
file-types = ["hs", "hs-boot", "hsc"]
roots = ["Setup.hs", "stack.yaml", "cabal.project"]
comment-token = "--"
block-comment-tokens = { start = "{-", end = "-}" }
Expand Down

0 comments on commit fc97ecc

Please sign in to comment.