Skip to content

Instantly share code, notes, and snippets.

@ckunte
Last active July 1, 2024 03:03
Show Gist options
  • Save ckunte/894f7f613508cf875d153a77e3bee864 to your computer and use it in GitHub Desktop.
Save ckunte/894f7f613508cf875d153a77e3bee864 to your computer and use it in GitHub Desktop.
A build system for Typst via Cygwin
{
// Ctrl+B to build a .pdf file from .typ (in Sublime Text's current tab)
// Ref: https://forum.sublimetext.com/t/using-cygwin-for-build-system/8307/6
"shell_cmd" : "typst compile \"$file_name\"",
"selector" : "source.typ",
"path" : "C:\\Cygwin\\bin;$path",
"working_dir" : "$file_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment