doomemacs/modules/tools/tree-sitter
Jeetaditya Chatterjee 862e7980d8
module: add :tools tree-sitter
This module installs 'tree-sitter' and 'tree-sitter-langs' as well as
the 'evil-textobj-treesitter' and configures them.

This module is based on the prototype module that @hlissner has started
and I am just fleshing out that work.

It also comes with a README file

Fix: #4151
2022-05-22 21:25:57 +01:00
..
config.el module: add :tools tree-sitter 2022-05-22 21:25:57 +01:00
packages.el module: add :tools tree-sitter 2022-05-22 21:25:57 +01:00
README.org module: add :tools tree-sitter 2022-05-22 21:25:57 +01:00
test.js module: add :tools tree-sitter 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

Maintainers

  • @jeetelongname

Module Flags

This module provides no flags.

Plugins

TODO Hacks

Prerequisites

This module has no prerequisites.

TODO Features

TODO Configuration

TODO Troubleshooting