zed/extensions/html
uncenter 7fa30f411d
html: Use @attribute highlight capture for HTML attributes (#20752)
`@attribute` is the very first query on the
https://zed.dev/docs/extensions/languages#syntax-highlighting captures
list, we should be using it! This PR changes the highlights queries for
HTML to use the `@attribute` capture instead of the `@property` capture
for `attribute_name` nodes.

Release Notes:

- N/A

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2025-01-06 23:17:42 +00:00
..
languages/html html: Use @attribute highlight capture for HTML attributes (#20752) 2025-01-06 23:17:42 +00:00
src chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
Cargo.toml html: Bump to v0.1.4 (#20692) 2024-11-15 10:10:25 -05:00
extension.toml html: Bump to v0.1.4 (#20692) 2024-11-15 10:10:25 -05:00
LICENSE-APACHE