An open API service indexing awesome lists of open source software.

https://github.com/ziqi-yang/typst-ts-mode

[mirror] Typst tree sitter major mode for Emacs.
https://github.com/ziqi-yang/typst-ts-mode

emacs major-mode treesitter typst

Last synced: 29 days ago
JSON representation

[mirror] Typst tree sitter major mode for Emacs.

Awesome Lists containing this project

README

        

# Typst Tree-Sitter Mode

> This package is migrated to [codeberg](https://codeberg.org/meow_king/typst-ts-mode)
>
> The mirror of this package on other git forges like SourceHut or GitHub may not be updated or updated less frequently.

Tree Sitter support for [Typst](https://github.com/typst/typst). Minimum Emacs version requirement: 29.

[Wiki](https://codeberg.org/meow_king/typst-ts-mode/wiki/)

## Related Packages

+ [outline-indent-mode](https://sr.ht/~meow_king/outline-indent-mode/) Dynamic indentation based on outline
+ [tip](https://git.sr.ht/~mafty/tip) Typst Inline Preview

## Contribute

There are two ways to contribute:

- Contribute to the upstream tree sitter grammar: [uben0's typst tree sitter grammar](https://github.com/uben0/tree-sitter-typst)
- Contribute to this project

If you want to contribute to this project, please work on `develop` branch, which will
be periodically merged into `main` branch.

There are some tips on contributing in
[wiki](https://codeberg.org/meow_king/typst-ts-mode/wiki/Contribute.md) for you
to read if you are not familiy with developing Emacs Packages.

## Co-Maintainer

[@huantn](https://codeberg.org/huantn)