aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/typoscript/indents.scm
diff options
context:
space:
mode:
authorManfred Egger <github@tmk-stgeorgen.at>2025-12-17 11:48:06 +0100
committerGitHub <noreply@github.com>2025-12-17 11:48:06 +0100
commit568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5 (patch)
tree662b36e9c30cea68a2454c9170740f8c9be3947f /runtime/queries/typoscript/indents.scm
parentdocs(readme)!: `main` is now the default branch (diff)
downloadnvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar.gz
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar.bz2
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar.lz
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar.xz
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.tar.zst
nvim-treesitter-568f2a3b7d610c4922b7d7aa0cd67c45b5158ed5.zip
feat(typoscript)!: update grammar and queries (#8341)
Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
Diffstat (limited to 'runtime/queries/typoscript/indents.scm')
-rw-r--r--runtime/queries/typoscript/indents.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/runtime/queries/typoscript/indents.scm b/runtime/queries/typoscript/indents.scm
index 4f5fb4797..ff5ddb603 100644
--- a/runtime/queries/typoscript/indents.scm
+++ b/runtime/queries/typoscript/indents.scm
@@ -1,5 +1,13 @@
(block) @indent.begin
-"}" @indent.branch @indent.end
+"}" @indent.end
-(comment) @indent.ignore
+[
+ "{"
+ "}"
+] @indent.branch
+
+[
+ (comment)
+ (multiline_value)
+] @indent.ignore