Can we color HTML tags individually in Zed (like <div>, <p>, <h1>) for each of them having a different color? #38100
mfabing
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment
-
|
I tried something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something I miss from Sublime Text, is that
<div>have a color, and<a>have another color making it easier to read the code.Can we color HTML tags individually in Zed (like
<div>, <p>, <h1>)?I would like a way to customize the color definition of most common HTML tags (like
<div>, <p>, <a>, <h1>–<h6>, <img>, <form>,etc....), each with its own color definition....Example:
<div>should be green,<a>should be blue,<button>should be yellowBeta Was this translation helpful? Give feedback.
All reactions