how to Highlight only html tag content
Hello ,
How to Highlight the html tags content, not the tags , I need something like :
<!DOCTYPE html>
<html>
<head>
<title> milk </title>
</head>
<body>
<h1> milk </h1>
<p> milk </p>
</body>
</html>
where milk is highlighted
Please sign in to leave a comment.
Not sure what you mean by highlighting - please can you explain? did you mean selecting HTML text, or?
I need just to highlight the html content -not tag code -
just to make the content more clear .
Alter your current color scheme for that language (HTML + some aspects of XML I guess) and save it under some name. Then just switch between them when needed (there is Quick Switch that allows switching Keymaps/themes/color schemes/etc quite quickly, just few key presses).
Will that work?
In Settings | Editor | Color Scheme | XML, set a background color for Tag data - does it work for you?