mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 21:25:11 +00:00
6 lines
171 B
Scheme
6 lines
171 B
Scheme
|
|
(declaration
|
|
(call_expression
|
|
(function_name) @fn (#eq? @fn "url")
|
|
(arguments [(plain_value) @image.src (string_value (string_content) @image.src)]))
|
|
) @image
|