feat(typoscript)!: update grammar and queries (#8341)

Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
This commit is contained in:
Manfred Egger 2025-12-17 11:48:06 +01:00 committed by GitHub
parent d3218d988f
commit 568f2a3b7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 104 additions and 14 deletions

View file

@ -1,5 +1,13 @@
(block) @indent.begin
"}" @indent.branch @indent.end
"}" @indent.end
(comment) @indent.ignore
[
"{"
"}"
] @indent.branch
[
(comment)
(multiline_value)
] @indent.ignore