lalitmetkar / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Add C1X keywords to c.vim #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The upcoming C standard supports new keywords. The following patch adds them to 
the syntax highlighting. Also, it adds some missing C99 keywords (_Bool, 
_Complex, _Imaginary and imaginary).

Original issue reported on code.google.com by edschou...@gmail.com on 16 Dec 2011 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
Patch included, thanks.

Original comment by brammool...@gmail.com on 4 Jan 2012 at 5:59

GoogleCodeExporter commented 9 years ago
Bram,

In the patch I used C1X to denote the new C standard, but as the standard was 
released right before Christmas, it is called C11. Could you please do a quick 
regex to C11 for me? Thanks!

Original comment by edschou...@gmail.com on 4 Jan 2012 at 6:03

GoogleCodeExporter commented 9 years ago
OK, I'll change c1x to c11.

Original comment by brammool...@gmail.com on 4 Jan 2012 at 6:31