News

Is your feature request related to a problem? Please describe the problem. Razor got this issue filed against us #6137 which complained that &nbsp (and other html entity's) was not colorized the same.
PHP regex can be used to match a nbsp HTML whitespace by using the \s character class. This character class matches any whitespace character, including the nbsp HTML whitespace.