Top "Vim-syntax-highlighting" questions

This is reserved for vim questions which focus on syntax highlighting or colorscheme files.

How to set a custom color to folded highlighting in .vimrc (for use with putty)

Adding the following to .vimrc works :hi Folded ctermbg=Grey but it's still too bright and prominent, so we want …

vim putty vim-syntax-highlighting
Vim syntax highlighting for ruby 1.9

Ruby 1.9 has a few new syntax elements, such as the {key: value} hash literal syntax. Has anyone written or seen …

ruby vim vim-syntax-highlighting
Add syntax highlighting to certain file extensions for VIM or GVIM by default

In my Linux machine files with the .sv extension opens up by default with the verilog syntax highlighting scheme, however …

vim vim-plugin vim-syntax-highlighting
Vim inconsistently syntax highlighting bash files

When I open some bash script files with vim it sometimes identifies them as conf files, that's okay, I can …

vim syntax-highlighting vim-syntax-highlighting
How to override default syntax highlight in vim?

In VIM, I need to perform a simple task - highlight "(" and ")". I can do this easily by issuing two …

vim vim-syntax-highlighting
VIM highlight matching begin/end

I'm trying to find a plugin that will highlight the matching begin/end statements with Verilog. VIM has it working …

vim syntax syntax-highlighting verilog vim-syntax-highlighting
Syntax highlighting in terminal vim but not gVIM

I am currently using VIM in the terminal and have perfect syntax highlighting happening. But then when I try to …

vim text-editor vim-syntax-highlighting
Customizing Syntax Highlighting in Vim

How I can keep all the current formatting for a file type but add functionality. I would like to highlight …

vim overriding customization vim-syntax-highlighting
Change color settings in you complete me

I installed You Complete Me with the help of Vundle in vim. The first time I used it, the suggested …

vim vim-plugin vim-syntax-highlighting