ISO C++: fix performance in highlighting numbers
FIXED-IN: 5.73.0
A big regular expression in a RegExpr rule are used to highlight floating-point, which cause slow and high CPU usage in number highlighting.
Edited by Nibaldo González
FIXED-IN: 5.73.0
A big regular expression in a RegExpr rule are used to highlight floating-point, which cause slow and high CPU usage in number highlighting.