The highlighting tag has no wiki summary.
1
vote
2answers
355 views
Unable to change the font in bold to yellow font in Less
Problem: to change the bolding which affects the word "expression" to the color yellow in Less:
My commands which affects Less
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export ...
0
votes
3answers
374 views
Unable to highlight all comments in Vim
Problem: Vim does not highlight all my comments apparently because of folds
Note the line 84 where the comment is not highlighted. I move my cursor up and down the same problem continues.
I am not ...