8000 remove cppNumber because C++14 int literals handled in cNumber · WeichenXu/vim-cpp@3592605 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3592605

Browse files
committed
remove cppNumber because C++14 int literals handled in cNumber
1 parent 86ac24a commit 3592605

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

syntax/cpp.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ if !exists("cpp_no_cpp11")
5151
syn region cppRawString matchgroup=cppRawStringDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
5252
endif
5353

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-
5954
" The minimum and maximum operators in GNU C++
6055
syn match cppMinMax "[<>]?"
6156

@@ -80,7 +75,6 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
8075
HiLink cppConstant Constant
8176
HiLink cppRawStringDelimiter Delimiter
8277
HiLink cppRawString String
83-
HiLink cppNumber Number
8478
delcommand HiLink
8579
endif
8680

0 commit comments

Comments
 (0)
0