From c699172110ec0e097b933e9ec0ecb3f0083d3c01 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 11 Apr 2013 13:47:15 +0200 Subject: [PATCH] highlight strings after macros --- src/rc/cpp.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/cpp.kak b/src/rc/cpp.kak index f38e5b25..e6111b54 100644 --- a/src/rc/cpp.kak +++ b/src/rc/cpp.kak @@ -15,8 +15,8 @@ hook global WinSetOption filetype=cpp %~ addhl -group cpp-highlight regex "\<(void|int|char|unsigned|float|bool|size_t)\>" 0:type addhl -group cpp-highlight regex "\<(while|for|if|else|do|switch|case|default|goto|break|continue|return|using|try|catch|throw|new|delete|and|or|not|operator|explicit)\>" 0:keyword addhl -group cpp-highlight regex "\<(const|mutable|auto|namespace|inline|static|volatile|class|struct|enum|union|public|protected|private|template|typedef|virtual|friend|extern|typename|override|final)\>" 0:attribute - addhl -group cpp-highlight regex "(?