feat(lsp): add Tinymist LSP support for Typst (#5933)

This commit is contained in:
ja
2025-12-22 14:31:47 -06:00
committed by GitHub
parent eb021a5f92
commit cd8ecf9722
3 changed files with 97 additions and 0 deletions
+2
View File
@@ -111,4 +111,6 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".tfvars": "terraform-vars",
".hcl": "hcl",
".nix": "nix",
".typ": "typst",
".typc": "typst",
} as const