Add hsc filetype to haskell (#11074)

This commit is contained in:
Charlie Moog 2024-07-02 01:36:29 -07:00 committed by GitHub
parent 3524060ee8
commit fc97ecc3e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = "-}" }