summaryrefslogtreecommitdiff
path: root/textproc/tree-sitter
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20textproc: add tree-sitternia6-0/+72
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.