ultimatepp/uppsrc/CodeEditor/LogSyntax.h
cxl 3938bde101 CtrlCore: FixedDropFiles in Linux (added UrlDecode/UrlEncode)
git-svn-id: svn://ultimatepp.org/upp/trunk@7991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-23 09:42:28 +00:00

5 lines
217 B
C++

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