diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cea14ac53..d809bc784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -315,14 +315,14 @@ the node describing the language and `@content` to describe the injection region ### Indents ```scheme -@indent ; indent children when matching this node -@indent_end ; marks the end of indented block -@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 -@zero_indent ; sets this node at position 0 (no indent) +@indent.begin ; indent children when matching this node +@indent.end ; marks the end of indented block +@indent.align ; behaves like python aligned/hanging indent +@indent.dedent ; dedent children when matching this node +@indent.branch ; dedent itself when matching this node +@indent.ignore ; do not indent in this node +@indent.auto ; behaves like 'autoindent' buffer option +@indent.zero ; sets this node at position 0 (no indent) ``` [Matrix channel]: https://matrix.to/#/#nvim-treesitter:matrix.org |
