assistant: Add annotations to more languages (#15866)
Release Notes: - N/A
This commit is contained in:
parent
8aa1ba8cbc
commit
2db2b636f2
17 changed files with 27 additions and 9 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -13971,7 +13971,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zed_gleam"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
dependencies = [
|
||||
"html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"zed_extension_api 0.0.7",
|
||||
|
@ -13993,7 +13993,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zed_html"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"zed_extension_api 0.0.6",
|
||||
]
|
||||
|
@ -14014,7 +14014,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zed_php"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"zed_extension_api 0.0.6",
|
||||
]
|
||||
|
|
|
@ -68,3 +68,5 @@
|
|||
")" @context))))
|
||||
]
|
||||
) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
|
@ -147,3 +147,5 @@
|
|||
")" @context)))
|
||||
]
|
||||
(type_qualifier)? @context) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(comment) @annotation
|
||||
(type_declaration
|
||||
"type" @context
|
||||
(type_spec
|
||||
|
|
|
@ -71,3 +71,5 @@
|
|||
)
|
||||
)
|
||||
) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
(decorator) @annotation
|
||||
|
||||
(class_definition
|
||||
"class" @context
|
||||
name: (identifier) @name
|
||||
|
|
|
@ -74,3 +74,5 @@
|
|||
)
|
||||
)
|
||||
) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
|
@ -74,3 +74,5 @@
|
|||
)
|
||||
)
|
||||
) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_gleam"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -29,3 +29,5 @@
|
|||
(visibility_modifier)? @context
|
||||
"const" @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(statement_comment) @annotation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_html"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
(comment) @annotation
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_php"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -42,3 +42,5 @@
|
|||
)
|
||||
)
|
||||
) @item
|
||||
|
||||
(comment) @annotation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue