crates/languages/src/html/highlights.scm 🔗
@@ -10,6 +10,7 @@
[
"<"
">"
+ "<!"
"</"
"/>"
-] @punctuation.bracket
+] @punctuation.bracket
Max created
Release Notes:
- Added `<!DOCTYPE html>` syntax highlighting ([4318](https://github.com/zed-industries/zed/issues/4318))
crates/languages/src/html/highlights.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -10,6 +10,7 @@
[
"<"
">"
+ "<!"
"</"
"/>"
-] @punctuation.bracket
+] @punctuation.bracket