branch: externals/indent-bars
commit aacb0a574b6f58aa107e1df0d938f14b23c77881
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
docstring: treesit-wrap
---
indent-bars-ts.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index bc93ff9c10..0136a632cf 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -60,7 +60,10 @@ Inside such wrapping types, indentation bar depth will not be
increased more than one beyond that of the containing node's
depth. This is typically done for lists, parameters, function
arguments, etc., to avoid unwanted \"extra bars\". Types must be
-valid node types for the grammar of the language indicated."
+valid node types for the grammar of the language indicated. Note
+that the options `indent-bars-no-descend-string' and
+`indent-bars-no-descend-lists', if set, take precedence over this
+option."
:type '(choice (const :tag "No wrap types" nil)
(alist :tag "Alist of node types"
:key-type (symbol :tag "Language")