mirror of https://github.com/helix-editor/helix
Inject JS and CSS in Pug
Injects JavaScript into `script` tags and CSS into `style` tags.pull/13435/head
parent
d0f048d514
commit
dd23db5211
|
@ -1,3 +1,15 @@
|
|||
((javascript) @injection.content
|
||||
(#set! injection.language "javascript")
|
||||
)
|
||||
|
||||
(
|
||||
script_tag
|
||||
((content_code) @injection.content
|
||||
(#set! injection.language "javascript"))
|
||||
)
|
||||
|
||||
(
|
||||
style_tag
|
||||
((content_code) @injection.content
|
||||
(#set! injection.language "css"))
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue