Typst sublime text syntax highlighting
22
stars
152
commits
Typst
primary language
Aug 9, 2026
updated
Typst.Packages folder.You can create a syntax specific settings with the config below:
{
"auto_complete_selector": "text.typst"
}
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 }
}
Required: cargo (Rust), just (optional)
First, update versions of Typst/Codex dependencies in gen/Cargo.toml, then run:
just
MIT @ hyrious
Typst
53.0%
Rust
47.0%
Typst sublime text syntax highlighting
22
stars
152
commits
Typst
primary language
Aug 9, 2026
updated
Typst.Packages folder.You can create a syntax specific settings with the config below:
{
"auto_complete_selector": "text.typst"
}
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 }
}
Required: cargo (Rust), just (optional)
First, update versions of Typst/Codex dependencies in gen/Cargo.toml, then run:
just
MIT @ hyrious
Typst
53.0%
Rust
47.0%