VI to recognize C++11 keywords

Viewed 434

Possible Duplicate:
Is there a C++11 syntax file for vim?

How can i update my VI settings for it to recognize (and highlight appropriately) new keywords that came about with the new standard.

For example:

enter image description here

1 Answers
Related