From: Stefan Bund Date: Tue, 25 Apr 2017 16:16:49 +0000 (+0200) Subject: add override and final as valid C++ keywords X-Git-Url: http://g0dil.de/git?p=emacsstuff.git;a=commitdiff_plain;h=06ce5c0ab6894684158e4523aee1f8b6de3845dc add override and final as valid C++ keywords --- diff --git a/cc-ide/cc-engine-2.el b/cc-ide/cc-engine-2.el index 1997753..e036aa3 100644 --- a/cc-ide/cc-engine-2.el +++ b/cc-ide/cc-engine-2.el @@ -42,7 +42,8 @@ "double" "void" "complex" "case" "goto" "inline" "try" "catch" "throw" "inline_" "throw_" "virtual" "new" "delete" "explicit" - "prefix_" "typename" "template") t) + "prefix_" "typename" "template" "override" + "final") t) "\\b[^_]"))) (defconst c-blocking-key