diff options
| -rw-r--r-- | CONTRIBUTING.md | 1 | ||||
| -rw-r--r-- | queries/lua/indents.scm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ae975136..911340135 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -277,6 +277,7 @@ the node describing the language and `@content` to describe the injection region @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) ``` [Zulip]: nvim-treesitter.zulipchat.com diff --git a/queries/lua/indents.scm b/queries/lua/indents.scm index 6e2d60712..8c4432d56 100644 --- a/queries/lua/indents.scm +++ b/queries/lua/indents.scm @@ -37,6 +37,5 @@ ] @branch (comment) @auto -;(comment) @ignore (string) @auto |
