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 12:56:25 -08:00 committed by GitHub
parent 463c99b503
commit 1fccda7b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 170 additions and 25 deletions

View file

@ -0,0 +1,12 @@
(comment)+ @comment.around
[
(adt)
(type_alias)
(newtype)
] @class.around
(record_fields "{" (_)* @class.inside "}")
((signature)? (function)+) @function.around
(function rhs:(_) @function.inside)