Tagged Questions
1
vote
2answers
41 views
No syntax highlighting when editing crontab
I am trying to figure out why I don't have syntax highlighting when editing my crontab.
I have both $EDITOR and $VISUAL set to /usr/bin/vim:
> echo $EDITOR
/usr/bin/vim
> echo $VISUAL
...
2
votes
1answer
113 views
Vim Highlight only the characters, which produce comments
I am trying to achieve the following. If I have a file, e.g. a tex document and I want to have the following with commenting characters (% symbols) highlighted:
%
Some text and end of the ...