ZIm/extensions/proto/languages/proto/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

18 lines
287 B
Scheme

(message (message_body
"{"
(_)* @class.inside
"}")) @class.around
(enum (enum_body
"{"
(_)* @class.inside
"}")) @class.around
(service
"service"
(_)
"{"
(_)* @class.inside
"}") @class.around
(rpc) @function.around
(comment)+ @comment.around