From 4071c094c69ba8ef716f8048cac8415fc7d96e26 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 9 Dec 2014 23:09:20 +0100 Subject: Update --- after/syntax/cpp.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'after/syntax/cpp.vim') diff --git a/after/syntax/cpp.vim b/after/syntax/cpp.vim index f286af08..4c9032b2 100644 --- a/after/syntax/cpp.vim +++ b/after/syntax/cpp.vim @@ -1312,6 +1312,8 @@ if !exists("cpp_no_cpp11") "raw string literals syntax region cppRawString matchgroup=cppRawDelimiter start=@\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(@ end=/)\z1"/ contains=@Spell + + syn match cNumber "0b[01]\+" endif " C++11 if !exists("cpp_no_cpp14") -- cgit v1.2.3