hyrious / typst-syntax-highlight

Typst sublime text syntax highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Typst 100.0%