Skip to content

Commit

Permalink
Add typ injection regex for typst
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jun 3, 2024
1 parent 4175a64 commit cee5515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit cee5515

Please sign in to comment.