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.
- Host: GitHub
- URL: https://github.com/ziqi-yang/typst-ts-mode
- Owner: Ziqi-Yang
- License: gpl-3.0
- Created: 2024-03-24T04:16:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T01:27:12.000Z (4 months ago)
- Last Synced: 2025-04-18T23:26:48.940Z (about 1 month ago)
- Topics: emacs, major-mode, treesitter, typst
- Language: Emacs Lisp
- Homepage: https://codeberg.org/meow_king/typst-ts-mode
- Size: 682 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 projectIf 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)