Describe the issue
There is highlighted regression in 10.7.1 with following line
std::string* p = nullptr;
std::string* p = nullptr;
Which language seems to have the issue?
cpp
Are you using highlight or highlightAuto?
highlightBlock
Sample Code to Reproduce
highlight10.7.1: http://jsfiddle.net/L10xf382/8/
highlighting10.6: http://jsfiddle.net/L10xf382/10/
Expected behavior
highlighting10.6: http://jsfiddle.net/L10xf382/10/
Additional context