nvim-treesitter/runtime/queries/http/injections.scm
2023-09-09 16:16:51 +02:00

11 lines
309 B
Scheme

((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..