nvim-treesitter/queries/http/injections.scm
2023-08-13 10:34:57 +03: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..