https://github.com/vasyl-bodnar/tree-sitter-janet
Personal Tree Sitter Grammar for Janet Language
https://github.com/vasyl-bodnar/tree-sitter-janet
Last synced: 2 months ago
JSON representation
Personal Tree Sitter Grammar for Janet Language
- Host: GitHub
- URL: https://github.com/vasyl-bodnar/tree-sitter-janet
- Owner: Vasyl-Bodnar
- License: mit
- Created: 2024-12-02T23:49:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T17:49:40.000Z (7 months ago)
- Last Synced: 2025-02-14T11:54:48.523Z (4 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-janet
Personal tree-sitter grammar for Janet language.
Currently, it only supports basic syntax highlighting.
Further improvements and cleanup are planned.Mostly based on the PEG from [docs](https://janet-lang.org/docs/syntax.html).
## Note
While there is a basic highlighter in queries/,
you may wish to modify it to suit your needs.