This PR extracts HTML support into an extension and removes the built-in HTML support from Zed. Release Notes: - Removed built-in support for HTML, in favor of making it available as an extension. The HTML extension will be suggested for download when you open a `.html`, `.htm`, or `.shtml` file.
17 lines
220 B
Scheme
17 lines
220 B
Scheme
(tag_name) @keyword
|
|
(erroneous_end_tag_name) @keyword
|
|
(doctype) @constant
|
|
(attribute_name) @property
|
|
(attribute_value) @string
|
|
(comment) @comment
|
|
|
|
"=" @operator
|
|
|
|
[
|
|
"<"
|
|
">"
|
|
"<!"
|
|
"</"
|
|
"/>"
|
|
] @punctuation.bracket
|