--- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a280e06..98ccf3e 100644 --- a/config.def.h +++ b/config.def.h _AT_@ -203,7 +203,7 @@ static const Command cmds[] = { /* REMEMBER: if(arg == 0) arg.v=regex_match */ static const Syntax syntaxes[] = { #if HILIGHT_SYNTAX -{"c", "\\.(c(pp|xx)?|h(pp|xx)?|cc)$", { +{"c", "\\.([ch](pp|xx)?|cc)$", { /* HiRed */ "$^", /* HiGreen */ B"(for|if|while|do|else|case|default|switch|try|throw|catch|operator|new|delete)"B, /* LoGreen */ B"(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline|((s?size)|((u_?)?int(8|16|32|64|ptr)))_t|class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)"B, -- 2.0.0Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Mon Jun 30 2014 - 07:24:03 CEST