An open API service indexing awesome lists of open source software.

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

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