https://github.com/taskrfile/tree-sitter-taskr
tree-sitter parser for taskrfiles
https://github.com/taskrfile/tree-sitter-taskr
parser taskr tree-sitter
Last synced: 10 months ago
JSON representation
tree-sitter parser for taskrfiles
- Host: GitHub
- URL: https://github.com/taskrfile/tree-sitter-taskr
- Owner: taskrfile
- Created: 2025-07-28T18:23:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T08:30:40.000Z (10 months ago)
- Last Synced: 2025-08-27T06:48:45.015Z (10 months ago)
- Topics: parser, taskr, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-sitter-taskr
A [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar for the [taskr](https://github.com/arne-vl/taskr) configuration language.
This parser enables syntax highlighting for the `taskrfile` filetype in editors and tools that support Tree-sitter.
## ✨ Features
- Full grammar for Taskr syntax
- Incremental parsing for fast editor feedback
- Can be integrated with editors, syntax highlighters, and static analysis tools