Gibt es in VIM eine Möglichkeit, das Syntaxhighlighting auch farbig machen zu lassen? Gibts unter Linux noch einen anderen Editor, der PHP-Highlighting kann?
cu, Konrad
On 20.01.01 Konrad Stopsack (konrad@stopsack.de) wrote:
Moin,
Gibt es in VIM eine Möglichkeit, das Syntaxhighlighting auch farbig machen zu lassen?
drachi:[hille] >more /etc/vimrc " Vim5 comes with syntaxhighlighting. If you want to enable syntaxhightlighting " by default uncomment the next three lines. "if has("syntax") " syntax on " Default to no syntax highlightning "endif
wobei es natürlich immer vom Terminaltyp abhängt. drachi:[hille] >echo $TERM linux
H.
Am Sonntag, 21. Januar 2001 10:50 schrieb Hilmar Preusse zu "Re: [Lug-dd] vim-Farben":
On 20.01.01 Konrad Stopsack (konrad@stopsack.de) wrote:
Moin,
Gibt es in VIM eine Möglichkeit, das Syntaxhighlighting auch farbig machen zu lassen?
drachi:[hille] >more /etc/vimrc " Vim5 comes with syntaxhighlighting. If you want to enable syntaxhightlighting " by default uncomment the next three lines. "if has("syntax") " syntax on " Default to no syntax highlightning "endif
Das hab ich auch schon entdeckt, aber es wird trotzdem nur grau, weiß und unterstrichen, aber Farben seh ich weder in der k-onsole noch auf der Konsole.
Am Montag, 22. Januar 2001 17:00, schrieb Konrad Stopsack:
Das hab ich auch schon entdeckt, aber es wird trotzdem nur grau, weiß und unterstrichen, aber Farben seh ich weder in der k-onsole noch auf der Konsole.
so steht es mei mir (org. SUSE7) drinne:
" We use a vim set nocompatible " " Colo(u)red or not colo(u)red " If you want color you should set this to true " let color = "true" " if has("syntax") if color == "true" " This will switch colors ON so ${VIMRUNTIME}/syntax/syntax.vim else " this switches colors OFF syntax off set t_Co=0 endif endif " ~/.vimrc ends here
wusst ich auch nicht, das es das gibt - boa eh - is ja ätzend!
Jens
lug-dd@mailman.schlittermann.de