Files
zed/extensions/lua/languages/lua/textobjects.scm
Conrad Irwin 1fccda7b8d Add text objects to extensions (#21488)
Release Notes:

- Adds textobject support to erlang, haskell, lua, php, prisma, proto,
toml, and zig
2024-12-03 13:56:25 -07:00

8 lines
166 B
Scheme

(function_definition
body: (_) @function.inside) @function.around
(function_declaration
body: (_) @function.inside) @function.around
(comment)+ @comment.around