mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 00:08:42 +00:00
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
7 lines
166 B
Scheme
7 lines
166 B
Scheme
(function_definition
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(function_declaration
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(comment)+ @comment.around
|