summaryrefslogtreecommitdiff
path: root/src/rc/cpp.kak
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-11-12 20:07:47 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-11-12 20:07:47 +0100
commit489621cf580b8eaca3b220f2be2512d72098f736 (patch)
tree29be33d0b136d44f9b914abc90526ca10db316f0 /src/rc/cpp.kak
parent6ebe41b1a52dd9e4cf7836b175170a9309621020 (diff)
update c++ highlighter
Diffstat (limited to 'src/rc/cpp.kak')
-rw-r--r--src/rc/cpp.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/cpp.kak b/src/rc/cpp.kak
index e9a2ba22..d9908fc8 100644
--- a/src/rc/cpp.kak
+++ b/src/rc/cpp.kak
@@ -14,7 +14,7 @@ hook global WinSetOption filetype=cpp %{
addhl -group cpp-highlight regex "\<(this|true|false|NULL|nullptr|)\>|\<-?\d+[fdiu]?|'((\\.)?|[^'\\])'" 0:value
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)\>" 0:keyword
- addhl -group cpp-highlight regex "\<(const|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 "\<(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 "(?<!')\".*?(?<!\\)(\\\\)*\"" 0:string
addhl -group cpp-highlight regex "(\`|(?<=\n))\h*#\h*[^\n]*" 0:macro
addhl -group cpp-highlight regex "(//[^\n]*\n)|(/\*.*?(\*/|\'))" 0:comment