vim-jp / vim-cpp

c or cpp syntax files
145 stars 44 forks source link

Fix error highlighting in valid mulitline raw string literals #59

Closed dkearns closed 3 years ago

dkearns commented 3 years ago

Fixes #56.

msteinert commented 3 years ago

Thanks for this patch. I tested it out and it fixes the issues you pointed out in #56.

mattn commented 3 years ago

Thank you