mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
17 lines
358 B
Scheme
17 lines
358 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"))
|