ide: Highlighting of numbers improved

git-svn-id: svn://ultimatepp.org/upp/trunk@7815 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-10-23 06:52:11 +00:00
parent b7403bfbdb
commit c3bc80bfd6
3 changed files with 49 additions and 41 deletions

View file

@ -73,3 +73,5 @@ public:
CSyntax() { Clear(); }
};
const wchar *HighlightNumber(HighlightOutput& hls, const wchar *p, bool ts, bool octal, bool css);