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

@ -1,6 +1,6 @@
[package]
name = "zed_erlang"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
publish = false
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "erlang"
name = "Erlang"
description = "Erlang support."
version = "0.1.0"
version = "0.1.1"
schema_version = 1
authors = ["Dairon M <dairon.medina@gmail.com>", "Fabian Bergström <fabian@fmbb.se>"]
repository = "https://github.com/zed-industries/zed"

View file

@ -0,0 +1,6 @@
(function_clause
body: (_ "->" (_)* @function.inside)) @function.around
(type_alias ty: (_) @class.inside) @class.around
(comment)+ @comment.around