8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6446e commit ff5dbc3Copy full SHA for ff5dbc3
syntax/cpp.vim
@@ -39,9 +39,7 @@ if !exists("cpp_no_cpp11")
39
syn keyword cppExceptions noexcept
40
syn keyword cppStorageClass constexpr decltype
41
syn keyword cppConstant nullptr
42
- syn region cppRawString matchgroup=cppRawDelimiter
43
- \ start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+
44
- \ end=+)\z1"+ contains=@Spell
+ syn region cppRawString matchgroup=cppRawDelimiter start=+\%(u8\|[uLU]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"+ contains=@Spell
45
endif
46
47
" The minimum and maximum operators in GNU C++
0 commit comments