nvim-treesitter/queries/http/injections.scm

12 lines
309 B
Scheme
Raw Permalink Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
((json_body) @injection.content
(#set! injection.language "json"))
2023-08-04 14:50:28 +03:00
((xml_body) @injection.content
(#set! injection.language "xml"))
; ((graphql_body) @injection.content
; (#set! injection.language "graphql")) ; Not used as of now..