8000 line continuation has to be removed. · ChaiScript/vim-cpp@ff5dbc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff5dbc3

Browse files
committed
line continuation has to be removed.
1 parent ab6446e commit ff5dbc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

syntax/cpp.vim

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ if !exists("cpp_no_cpp11")
3939
syn keyword cppExceptions noexcept
4040
syn keyword cppStorageClass constexpr decltype
4141
syn keyword cppConstant nullptr
42-
syn region cppRawString matchgroup=cppRawDelimiter
43-
\ start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+
44-
\ end=+)\z1"+ contains=@Spell
42+
syn region cppRawString matchgroup=cppRawDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
4543
endif
4644

4745
" The minimum and maximum operators in GNU C++

0 commit comments

Comments
 (0)
0