mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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 +1,11 @@
|
|||
(block) @fold
|
||||
[
|
||||
(block)
|
||||
(condition_block)
|
||||
(multiline_value)
|
||||
] @fold
|
||||
|
||||
(import_legacy)+ @fold
|
||||
|
||||
(import)+ @fold
|
||||
|
||||
(comment)+ @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue