- Via Package Control: search for
Typst
. - Manual: clone this repo into your Sublime
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 }
}
MIT @ hyrious