Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyure-a/satysfi-ts-mode
A tree-sitter based major-mode for SATySFi
https://github.com/kyure-a/satysfi-ts-mode
emacs major-mode satysfi tree-sitter
Last synced: about 1 month ago
JSON representation
A tree-sitter based major-mode for SATySFi
- Host: GitHub
- URL: https://github.com/kyure-a/satysfi-ts-mode
- Owner: Kyure-A
- License: gpl-3.0
- Created: 2024-02-20T16:41:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-19T12:21:37.000Z (8 months ago)
- Last Synced: 2024-10-09T23:23:29.339Z (about 1 month ago)
- Topics: emacs, major-mode, satysfi, tree-sitter
- Language: Emacs Lisp
- Homepage:
- Size: 936 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# satysfi-ts-mode
A tree-sitter based major-mode for SATySFi
> [!NOTE]
> This package is based on Emacs 29's built-in [`treesit`](treesit) and `c-ts-common` features.
> `satysfi-ts-mode` was tested on [5519c54](https://github.com/monaqa/tree-sitter-satysfi/commit/5519c547418ecb31ac7d63e64653aed726b5d1c3) in [tree-sitter-satysfi](https://github.com/monaqa/tree-sitter-satysfi).## Difference
Compared to [satysfi-mode](https://github.com/gfngfn/satysfi.el), it is superior in the following ways:
- Indentation
Relatively good.
- Syntax Highlighting
In satysfi-mode, the color theme was not reflected for syntax highlighting, but this major mode reflects color theme colors based on tree-sitter.## image
The color theme used in this screenshot is Monokai.### satysfi-mode
![satysfi-mode](./img/official.png)### satysfi-ts-mode
![satysfi-ts-mode](./img/treesit.png)