diff --git a/languages.toml b/languages.toml index 927c5a0e..c40b0d50 100644 --- a/languages.toml +++ b/languages.toml @@ -732,7 +732,7 @@ source = { git = "https://github.com/ikatyang/tree-sitter-yaml", rev = "0e36bed1 name = "haskell" scope = "source.haskell" injection-regex = "haskell" -file-types = ["hs"] +file-types = ["hs", "hs-boot"] roots = ["Setup.hs", "stack.yaml", "*.cabal"] comment-token = "--" language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }