[bim] Use C hilighting for C++ until we write a dedicated one

This commit is contained in:
K. Lange 2018-08-20 10:39:13 +09:00
parent 98a1de26c1
commit 411ccf3794
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ static int syn_c_extended(line_t * line, int i, int c, int last, int * out_left)
return 0;
}
char * syn_c_ext[] = {".c",".h",NULL};
char * syn_c_ext[] = {".c",".h",".cpp",".hpp",NULL};
static int syn_c_finish(line_t * line, int * left, int state) {
if (state == FLAG_COMMENT_ML) {