]>
Commit | Line | Data |
---|---|---|
9ce192d4 RD |
1 | // SciTE - Scintilla based Text Editor |
2 | // KeyWords.h - colourise for particular languages | |
3 | // Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> | |
4 | // The License.txt file describes the conditions under which this software may be distributed. | |
5 | ||
88b780d9 RD |
6 | void ColouriseDoc(int codePage, int startPos, int lengthDoc, int initStyle, |
7 | int language, WordList *keywordlists[], StylingContext &styler); | |
9ce192d4 | 8 |