Files
doomemacs/modules/tools/tree-sitter
Jeetaditya Chatterjee 9251ea9db7 docs(tree-sitter): add doctor check for modules
modules support it required by tree sitter to work.
2022-05-22 21:25:58 +01:00
..
2022-05-22 21:25:57 +01:00

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 like any other text object

Maintainers

  • @jeetelongname

Module Flags

This module provides no flags.

Plugins

TODO Hacks

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting