Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenkokke/tree-sitter-talon
Tree Sitter parser for Talon files.
https://github.com/wenkokke/tree-sitter-talon
parser talon tree-sitter
Last synced: 3 months ago
JSON representation
Tree Sitter parser for Talon files.
- Host: GitHub
- URL: https://github.com/wenkokke/tree-sitter-talon
- Owner: wenkokke
- License: mit
- Created: 2022-06-27T14:14:56.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-20T15:58:55.000Z (7 months ago)
- Last Synced: 2024-10-01T14:26:55.387Z (3 months ago)
- Topics: parser, talon, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 5.99 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-talon
![GitHub package.json version](https://img.shields.io/github/package-json/v/wenkokke/tree-sitter-talon) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/wenkokke/tree-sitter-talon) ![npm](https://img.shields.io/npm/v/tree-sitter-talon) [![GitHub CI Status](https://github.com/wenkokke/tree-sitter-talon/actions/workflows/ci.yml/badge.svg)](https://github.com/wenkokke/tree-sitter-talon/actions/workflows/ci.yml) ![GitHub](https://img.shields.io/github/license/wenkokke/tree-sitter-talon)
Unofficial Talon file grammar for [tree-sitter].
References:
- [Talon Community Wiki - .talon Files][talon-wiki]
Tested with:
- [talonhub/community]
- [AndreasArvidsson/andreas-talon]
- [phillco/talon-axkit]
- [nriley/talon_community]If you would like to include your Talon user directory as part of the tests, please submit a pull request adding the relevant information to [`script/parse-examples`](script/parse-examples#L32-L37) and this file.
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[talon-wiki]: https://talon.wiki/customization/talon-files/
[talonhub/community]: https://github.com/talonhub/community
[AndreasArvidsson/andreas-talon]: https://github.com/AndreasArvidsson/andreas-talon
[phillco/talon-axkit]: https://github.com/phillco/talon-axkit
[nriley/talon_community]: https://github.com/nriley/talon_community