File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change
8000
2
2
" Language: C++
3
3
" Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
4
4
" Previous Maintainer: Ken Shan <ccshan@post.harvard.edu>
5
- " Last Change: 2015 Mar 1
5
+ " Last Change: 2015 May 04
6
6
7
7
" For version 5.x: Clear all syntax items
8
8
" For version 6.x: Quit when a syntax file was already loaded
@@ -46,7 +46,7 @@ if !exists("cpp_no_cpp11")
46
46
syn keyword cppConstant ATOMIC_WCHAR_T_LOCK_FREE ATOMIC_SHORT_LOCK_FREE
47
47
syn keyword cppConstant ATOMIC_INT_LOCK_FREE ATOMIC_LONG_LOCK_FREE
48
48
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=+)\z 1"+ contains=@Spell
49
+ syn region cppRawString matchgroup =cppRawStringDelimiter start =+ \% (u8\| [uLU]\)\= R"\z ([[:alnum:]_{}[\] #<>%:;.?*\+\- /\^ &|~!=,"']\{ ,16}\) (+ end=+)\z 1"+ contains=@Spell
50
50
endif
51
51
52
52
" The minimum and maximum operators in GNU C++
@@ -70,7 +70,7 @@ if version >= 508 || !exists("did_cpp_syntax_inits")
70
70
HiLink cppStructure Structure
71
71
HiLink cppBoolean Boolean
72
72
HiLink cppConstant Constant
73
- HiLink cppRawDelimiter Delimiter
73
+ HiLink cppRawStringDelimiter Delimiter
74
74
HiLink cppRawString String
75
75
delcommand HiLink
76
76
endif
You can’t perform that action at this time.
0 commit comments