nvim-treesitter/queries/http/injections.scm

18 lines
393 B
Scheme
Raw Normal View History

; Comments
2024-01-06 15:05:50 +09:00
((comment) @injection.content
(#set! injection.language "comment"))
; Body
((json_body) @injection.content
2024-01-06 15:05:50 +09:00
(#set! injection.language "json"))
2023-08-04 14:50:28 +03:00
((xml_body) @injection.content
2024-01-06 15:05:50 +09:00
(#set! injection.language "xml"))
((graphql_body) @injection.content
(#set! injection.language "graphql"))
; Lua scripting
((script_variable) @injection.content
(#set! injection.language "lua"))