mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
11 lines
225 B
Scheme
11 lines
225 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((label_name)
|
|
[
|
|
"=~"
|
|
"!~"
|
|
]
|
|
(label_value) @injection.content
|
|
(#set! injection.language "regex")
|
|
(#offset! @injection.content 0 1 0 -1))
|