tree-sitter-typst icon indicating copy to clipboard operation
tree-sitter-typst copied to clipboard

Tree Sitter grammar for Typst

Results 3 tree-sitter-typst issues
Sort by recently updated
recently updated
newest added

In Helix editor, when writing any file format that support embedded languages like raw blocks in markdown or typst: ```md ```typst _ - ``` ``` It causes a segfault when...

# Simple grammar = maintainable grammar This grammar has to be maintainable. To be maintainable, the grammar has to be simple. One way to keep things simple is to do...

This doesn't add Python syntax highlighting: ````typ ```py print() ``` ```` But this does: ````typ ```python print() ``` ```` While both work fine with [Markdown tree-sitter](https://github.com/tree-sitter-grammars/tree-sitter-markdown). Checked on Neovim and...