1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/http/injections.scm

18 lines
393 B
Scheme

; Comments
((comment) @injection.content
(#set! injection.language "comment"))
; Body
((json_body) @injection.content
(#set! injection.language "json"))
((xml_body) @injection.content
(#set! injection.language "xml"))
((graphql_body) @injection.content
(#set! injection.language "graphql"))
; Lua scripting
((script_variable) @injection.content
(#set! injection.language "lua"))