assistant: Add annotations to more languages (#15866)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-08-07 13:47:21 +02:00 committed by GitHub
parent 8aa1ba8cbc
commit 2db2b636f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 27 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zed_gleam"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
publish = false
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "gleam"
name = "Gleam"
description = "Gleam support."
version = "0.1.3"
version = "0.1.4"
schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed"

View file

@ -29,3 +29,5 @@
(visibility_modifier)? @context
"const" @context
name: (_) @name) @item
(statement_comment) @annotation

View file

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

View file

@ -1,7 +1,7 @@
id = "html"
name = "HTML"
description = "HTML support."
version = "0.1.1"
version = "0.1.2"
schema_version = 1
authors = ["Isaac Clayton <slightknack@gmail.com>"]
repository = "https://github.com/zed-industries/zed"

View file

@ -0,0 +1 @@
(comment) @annotation

View file

@ -1,6 +1,6 @@
[package]
name = "zed_php"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
publish = false
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "php"
name = "PHP"
description = "PHP support."
version = "0.1.2"
version = "0.1.3"
schema_version = 1
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
repository = "https://github.com/zed-industries/zed"

View file

@ -42,3 +42,5 @@
)
)
) @item
(comment) @annotation