Typst sublime text syntax highlighting
By
hyrious
Created April 21, 2023, last updated June 16, 2026.
Installations:
recent average 19 per week,
2,342 in total
Installations minus removals
Upgrades
Links
Versions
0.2.22
(>ST4000)
·
2026-06-16 11:16
More
Typst syntax highlight

Install
- Via Package Control: search for
Typst.
- Manual: clone this repo into your Sublime
Packages folder.
Recipes
Show auto complete panel without pressing TAB
You can create a syntax specific settings
with the config below:
{
"auto_complete_selector": "text.typst"
}
Build with Makefile
You can create a build system
with the config below:
{
"cmd": ["make"],
"selector": "text.typst",
"file_regex": "┌─ (...*?):([0-9]*):?([0-9]*)",
"env": { "NO_COLOR": "1" },
"cancel": { "kill": true }
}
Development
Update generated syntax data
Required: cargo (Rust), just (optional)
First, update versions of Typst/Codex dependencies in gen/Cargo.toml, then run:
just
License
MIT @ hyrious