Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

hyrious/typst-syntax-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

149 Commits

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

Development

Update available syntaxes for raw

Required: cargo (Rust), just (optional)

First, update version of typst-syntax in gen/Cargo.toml, then run:

just

License

MIT @ hyrious

About

Typst sublime text syntax highlighting

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /