mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
feat(svelte)!: switch upstream parser
This commit is contained in:
parent
b3e53e9423
commit
3a7b5a9fb4
8 changed files with 52 additions and 34 deletions
|
|
@ -1,9 +1,12 @@
|
|||
; inherits: html
|
||||
[
|
||||
(style_element)
|
||||
(script_element)
|
||||
(element)
|
||||
(if_statement)
|
||||
(else_statement)
|
||||
(else_if_block)
|
||||
(else_block)
|
||||
(each_statement)
|
||||
(await_statement)
|
||||
(then_block)
|
||||
(catch_block)
|
||||
(key_statement)
|
||||
(snippet_statement)
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue