feat: haskell lsp support (#6141)

This commit is contained in:
Marco
2025-12-26 04:04:43 +01:00
committed by GitHub
parent effa7b45cf
commit d9f0f58277
2 changed files with 19 additions and 0 deletions

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",