8000 sync upstream · WeichenXu/vim-cpp@544ea97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 544ea97

Browse files
committed
sync upstream
1 parent c1f408a commit 544ea97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

syntax/cpp.vim

Lines changed: 3 additions & 3 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Language: C++
33
" Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
44
" Previous Maintainer: Ken Shan <ccshan@post.harvard.edu>
5-
" Last Change: 2015 Mar 1
5+
" Last Change: 2015 May 04
66

77
" For version 5.x: Clear all syntax items
88
" For version 6.x: Quit when a syntax file was already loaded
@@ -46,7 +46,7 @@ if !exists("cpp_no_cpp11")
4646
syn keyword cppConstant ATOMIC_WCHAR_T_LOCK_FREE ATOMIC_SHORT_LOCK_FREE
4747
syn keyword cppConstant ATOMIC_INT_LOCK_FREE ATOMIC_LONG_LOCK_FREE
4848
syn keyword cppConstant ATOMIC_LLONG_LOCK_FREE ATOMIC_POINTER_LOCK_FREE
49-
syn region cppRawString matchgroup=cppRawDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
49+
syn region cppRawString matchgroup=cppRawStringDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
5050
endif
5151

5252
" The minimum and maximum operators in GNU C++
@@ -70,7 +70,7 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
7070
HiLink cppStructure Structure
7171
HiLink cppBoolean Boolean
7272
HiLink cppConstant Constant
73-
HiLink cppRawDelimiter Delimiter
73+
HiLink cppRawStringDelimiter Delimiter
7474
HiLink cppRawString String
7575
delcommand HiLink
7676
endif

0 commit comments

Comments
 (0)
0