mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Docs: mention that indentation is still experimental
This commit is contained in:
parent
f3d0bdcf6f
commit
3413581b58
2 changed files with 4 additions and 2 deletions
|
|
@ -252,7 +252,8 @@ EOF
|
|||
|
||||
#### Indentation
|
||||
|
||||
Tree-sitter based indentation.
|
||||
Indentation based on treesitter for the `=` operator.
|
||||
**NOTE: This is an experimental feature**.
|
||||
|
||||
```vim
|
||||
lua <<EOF
|
||||
|
|
|
|||
|
|
@ -170,7 +170,8 @@ Supported options:
|
|||
------------------------------------------------------------------------------
|
||||
INDENTATION *nvim-treesitter-indentation-mod*
|
||||
|
||||
Indentation based on treesitter for the |=| operator
|
||||
Indentation based on treesitter for the |=| operator.
|
||||
NOTE: this is an experimental feature.
|
||||
|
||||
Query files: `indents.scm`.
|
||||
Supported options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue