zed/extensions/html
Finn Evers 993bbf596d
html: Exclude all brackets from bracket colorization (#46808)
Closes #45755

Rainbow brackets in HTML files do not really make sense - a tag is
always enclosed in angled brackets. With our current approach, that
means that we will highlight all brackets in HTML files with the same
color, because well, these angled brackets do not quite behave like in
other languages.

Hence, let themes color this again and just exluce HTML angled brackets
from rainbow bracket colorization, as it is no real rainbow bracket
colorization anyway.

Release Notes:

- N/A
2026-01-14 18:06:16 +01:00
..
languages/html html: Exclude all brackets from bracket colorization (#46808) 2026-01-14 18:06:16 +01:00
src Fix path for vscode-html-language-server when found on PATH (#40832) 2025-10-22 22:44:25 -04:00
Cargo.toml html: Bump to v0.3.0 (#44865) 2025-12-15 11:50:44 +00:00
extension.toml html: Bump to v0.3.0 (#44865) 2025-12-15 11:50:44 +00:00
LICENSE-APACHE Extract HTML support into an extension (#10130) 2024-04-03 12:42:36 -04:00