mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
feat(astro): add backtick string injections
This also updates a highlight to be more accurate and bumps the lockfile to fix a few bugs.
This commit is contained in:
parent
9b1c2096e0
commit
28aebb7308
2 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,10 @@
|
|||
(attribute_js_expr) @injection.content
|
||||
(#set! injection.language "typescript"))
|
||||
|
||||
(attribute
|
||||
(attribute_backtick_string) @injection.content
|
||||
(#set! injection.language "typescript"))
|
||||
|
||||
(html_interpolation
|
||||
(permissible_text) @injection.content
|
||||
(#set! injection.language "typescript"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue