mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
|
@ -2422,7 +2422,7 @@ return {
|
|||
},
|
||||
typoscript = {
|
||||
install_info = {
|
||||
revision = '5d8fde870b0ded1f429ba5bb249a9d9f8589ff5f',
|
||||
revision = 'e59069a4cc08b2dacccd40827fe971ca3c6821b7',
|
||||
url = 'https://github.com/Teddytrombone/tree-sitter-typoscript',
|
||||
},
|
||||
maintainers = { '@Teddytrombone' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue