html: Use `@attribute` highlight capture for HTML attributes (#20752)

uncenter and Marshall Bowers created

`@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>

Change summary

extensions/html/languages/html/highlights.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes