ultimatepp/uppsrc/CodeEditor/LogSyntax.h
cxl 3d0e1db02f CtrlLib: TextCtrl, LineEdit, CodeEditor: view mode
git-svn-id: svn://ultimatepp.org/upp/trunk@11592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-20 12:10:24 +00:00

5 lines
219 B
C++

class LogSyntax : public EditorSyntax {
public:
virtual void Highlight(const wchar *s, const wchar *end, HighlightOutput& hls,
CodeEditor *editor, int line, int64 pos);
};