mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
13 lines
338 B
Scheme
13 lines
338 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((regex) @injection.content
|
|
(#set! injection.language "regex"))
|
|
|
|
((print_statement
|
|
(exp_list . (string) @injection.content))
|
|
(#set! injection.language "printf"))
|
|
|
|
((printf_statement
|
|
(exp_list . (string) @injection.content))
|
|
(#set! injection.language "printf"))
|