diff --git a/languages.toml b/languages.toml index 23305b1cb71f..1e07a32dfd96 100644 --- a/languages.toml +++ b/languages.toml @@ -3155,7 +3155,7 @@ grammar = "html" [[language]] name = "typst" scope = "source.typst" -injection-regex = "typst" +injection-regex = "typ(st)?" file-types = ["typst", "typ"] comment-token = "//" language-servers = ["tinymist", "typst-lsp"]