Skip to content

Commit

Permalink
Add hsc filetype to haskell (helix-editor#11074)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoog authored and mxxntype committed Aug 14, 2024
1 parent 6123f5f commit d78168e
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 d78168e

Please sign in to comment.