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,5 +1,13 @@
|
|||
(block) @indent.begin
|
||||
|
||||
"}" @indent.branch @indent.end
|
||||
"}" @indent.end
|
||||
|
||||
(comment) @indent.ignore
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(comment)
|
||||
(multiline_value)
|
||||
] @indent.ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue