diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57989593c..41ff549a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -269,11 +269,12 @@ the node describing the language and `@content` to describe the injection region ### Indents ``` -@indent ; Indent children when matching this node -@dedent ; Dedent children when matching this node -@branch ; Dedent itself when matching this node -@ignore ; Do not indent in this node -@auto ; Behaves like 'autoindent' buffer option +@indent ; Indent children when matching this node +@aligned_indent ; Behaves like python aligned/hanging indent +@dedent ; Dedent children when matching this node +@branch ; Dedent itself when matching this node +@ignore ; Do not indent in this node +@auto ; Behaves like 'autoindent' buffer option ``` [Zulip]: nvim-treesitter.zulipchat.com |
