10000 GitHub - hyrious/typst-syntax-highlight: Typst sublime text syntax highlighting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hyrious/typst-syntax-highlight

< 8000 div data-view-component="true" class="Layout-main">

Repository files navigation

Typst syntax highlight

screenshot

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 }
}

License

MIT @ hyrious

About

Typst sublime text syntax highlighting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0