X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b22b912fd5db10c9b303ccaeea19343375bc2f1..9ce192d417eb9eb614bcf8510e91dac318706249:/src/stc/scintilla/include/KeyWords.h diff --git a/src/stc/scintilla/include/KeyWords.h b/src/stc/scintilla/include/KeyWords.h new file mode 100644 index 0000000000..2cc03b788f --- /dev/null +++ b/src/stc/scintilla/include/KeyWords.h @@ -0,0 +1,8 @@ +// SciTE - Scintilla based Text Editor +// KeyWords.h - colourise for particular languages +// Copyright 1998-2000 by Neil Hodgson +// The License.txt file describes the conditions under which this software may be distributed. + +void ColouriseDoc(int codePage, int startPos, int lengthDoc, int initStyle, + int language, WordList *keywordlists[], StylingContext &styler); +