summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--doc/nvim-treesitter.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0eadb74..3e310011 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 7c774327..07b9cd10 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -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: