Add Hebrew code range to nonASCIISingleCaseWordChar regexp
Fixes detection of Hebrew letters as word characters Closes #2789
Only apply IE<11 zooming compensation for client rects when getting r…
…ect from a range It does not happen when measuring a node Issue #2665
[closetag addon] Work better with htmlmixed mode
It now closes script and style tags when the slash is typed Closes #2797
Make parentheses visible while under matchingbracket rule
Code: Brackets now become black when they are highlighted as "matching". JSON: key names are now in "white" (json was a bit saturated with orange - keys and string values). Cleanup: removed some unnecessary rules. Default face color normalized to #ffffec (was #ffffe9).
[show-hint addon] Give active hint color more precedence
To make it easy for client code to color completions without clashing with the selected styling.
[rst mode] Remove assertion mechanism
Throwing exceptions is a really bad way to deal with unexpected syntax in a highlighting mode. Closes #2805