From e9db3e6cb69c646bbe8c49c370f627b400f6395f Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Sun, 30 Jun 2024 14:05:37 +0000 Subject: [PATCH] Add hsc filetype to haskell --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index a308e478617e..9c5ce68189d9 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = "-}" }