feat: add templ

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Vincent Rischmann 2023-11-16 22:12:55 +01:00 committed by GitHub
parent 8b9f996602
commit da6646c3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,8 @@
; inherits: go
((element_comment) @injection.content (#set! injection.language "comment"))
((script_block_text) @injection.content (#set! injection.language "javascript"))
((script_element_text) @injection.content (#set! injection.language "javascript"))
((style_element_text) @injection.content (#set! injection.language "css"))