docs(tree-sitter): document +tree-sitter flag in :lang readmes

Co-authored-by: Jeetaditya Chatterjee <jeetelongname@gmail.com>
This commit is contained in:
Itai Y. Efrat 2022-04-09 18:38:04 +03:00 committed by Henrik Lissner
parent b21de24311
commit 969c6ae8aa
20 changed files with 60 additions and 1 deletions

View file

@ -26,6 +26,9 @@ This module adds support for the C-family of languages: C, C++, and Objective-C.
Enable LSP support for ~c-mode~, ~c++-mode~, and ~objc-mode~. Requires [[doom-module:][:tools
lsp]] and a langserver (supports ccls, clangd, and cquery). Replaces irony &
rtags.
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires [[doom-module:][:tools tree-sitter]].
** Packages
- [[doom-package:][cmake-mode]]