mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(injections): add injections to HTML
This commit is contained in:
parent
1b7cfc1b71
commit
118ace68fe
1 changed files with 5 additions and 0 deletions
5
queries/html/injections.scm
Normal file
5
queries/html/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
((style_element
|
||||||
|
(raw_text) @css))
|
||||||
|
|
||||||
|
((script_element
|
||||||
|
(raw_text) @javascript))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue