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
(#set! "lang" "jsdoc"))
((comment) @jsdoc)

View file

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

View file

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