Syntastic: How to check .c file with cpp checker

920 Views Asked by At

I have some files with .c extensions that use features of C++. Syntastic is checking these files with C checker which is reporting errors. Can you force synstastic to use C++ checker for .c files?

0

There are 0 best solutions below