Add text objects to extensions (#21488)

Release Notes:

- Adds textobject support to erlang, haskell, lua, php, prisma, proto,
toml, and zig
This commit is contained in:
Conrad Irwin
2024-12-03 13:56:25 -07:00
committed by GitHub
parent 463c99b503
commit 1fccda7b8d
26 changed files with 170 additions and 25 deletions
@@ -0,0 +1,7 @@
(function_definition
body: (_) @function.inside) @function.around
(function_declaration
body: (_) @function.inside) @function.around
(comment)+ @comment.around