8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac24a commit 3592605Copy full SHA for 3592605
syntax/cpp.vim
@@ -51,11 +51,6 @@ if !exists("cpp_no_cpp11")
51
syn region cppRawString matchgroup=cppRawStringDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
52
endif
53
54
-" C++ 14 extensions
55
-if !exists("cpp_no_cpp14")
56
- syn match cppNumber display "\<0b[01]\+\(u\=l\{0,2}\|ll\=u\)\>"
57
-endif
58
-
59
" The minimum and maximum operators in GNU C++
60
syn match cppMinMax "[<>]?"
61
@@ -80,7 +75,6 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
80
75
HiLink cppConstant Constant
81
76
HiLink cppRawStringDelimiter Delimiter
82
77
HiLink cppRawString String
83
- HiLink cppNumber Number
84
78
delcommand HiLink
85
79
86
0 commit comments