mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
8 lines
173 B
Scheme
8 lines
173 B
Scheme
((regex_literal) @injection.content
|
|
(#set! injection.language "regex"))
|
|
|
|
([
|
|
(comment)
|
|
(multiline_comment)
|
|
] @injection.content
|
|
(#set! injection.language "comment"))
|