fix(injections): update to new API

This commit is contained in:
Thomas Vigouroux 2020-11-23 21:00:08 +01:00
parent fccc159b48
commit 90d6ef96d2
3 changed files with 5 additions and 8 deletions

View file

@ -1,2 +1 @@
((comment) @injection ((comment) @jsdoc)
(#set! "lang" "jsdoc"))

View file

@ -1,6 +1,5 @@
(fenced_code_block (fenced_code_block
(info_string) @lang (info_string) @language
(code_fence_content) @injection) (code_fence_content) @content)
((html_block) @injection ((html_block) @html)
(#set! "lang" "html"))

View file

@ -1,2 +1 @@
((ocaml) @injection ((ocaml) @ocaml)
(#set! "lang" "ocaml"))