.. | ||
config.el | ||
packages.el | ||
README.org | ||
test.js |
tools/tree-sitter
Description
Add tree-sitter support to doom:
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.
- include better syntax highlighting of supported code
- add structural text objects to manipulate functions statements and other code structures
Maintainers
- @jeetelongname
Module Flags
This module provides no flags.
Plugins
- tree-sitter
- tree-sitter-langs
- evil-textobj-tree-sitter* (
:editor evil +everywhere
)
TODO Hacks
Prerequisites
This module has no prerequisites.