Sublime Forum

Small C++ syntax highlighting issue

#1

Try the following code.

std::function<double(int)>* lower_bound_pointer = ...

The “double” word is not correctly colored. This seems to happen both in ST2 and ST3.

0 Likes