How to know which programming language is set for highlighting the syntax in vim.
I can set the language by "setf" command, but how to get the current language?
I'd like to change the default font color for comments which is dark blue to slightly yellow color. It is difficult to read on the black background.
Could you advise me how to change only this one color? I'm satisfied …
How do I set vim's syntax highlighting to treat a file extension as an html file?
I'm using ez template, so the file's extension is .ezt. But a lot of it is normal html code.
I've installed a fresh Arch Linux system on my laptop and downloaded the vim package.
I haven't altered the .vimrc file, but the syntax highlighting doesn't seem to work with any of the languages I tried (Python, Ruby, CSharp, C...).
…