nvim-treesitter/queries/http/injections.scm

12 lines
313 B
Scheme
Raw Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
((json_body) @injection.content
(#set! injection.language "json"))
; ((xml_body) @injection.content
; (#set! injection.language "xml"))
; ((graphql_body) @injection.content
; (#set! injection.language "graphql")) ; Not used as of now..