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,2 +1,13 @@
((multiline_line
(identifier) @_id
.
(multiline_value
(multiline_value_content) @injection.content))
(#lua-match? @_id "_CSS_DEFAULT_STYLE$")
(#set! injection.language "css"))
((comment) @injection.content
(#set! injection.language "comment"))
((single_line_comment) @injection.content
(#set! injection.language "comment"))