mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
11 lines
309 B
Scheme
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..
|