feat: haskell lsp support (#6141)

This commit is contained in:
Marco
2025-12-25 21:04:43 -06:00
committed by GitHub
parent effa7b45cf
commit d9f0f58277
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".hbs": "handlebars",
".handlebars": "handlebars",
".hs": "haskell",
".lhs": "haskell",
".html": "html",
".htm": "html",
".ini": "ini",