mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
feat(typoscript)!: update grammar and queries (#8341)
Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
This commit is contained in:
parent
d3218d988f
commit
568f2a3b7d
5 changed files with 104 additions and 14 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue