mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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
|
|
@ -10,10 +10,7 @@
|
|||
(#any-of? @_lang "scss" "postcss" "less")
|
||||
(#set! injection.language "scss"))
|
||||
|
||||
([
|
||||
(raw_text_expr)
|
||||
(raw_text_each)
|
||||
] @injection.content
|
||||
((svelte_raw_text) @injection.content
|
||||
(#set! injection.language "javascript"))
|
||||
|
||||
((script_element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue