From f2d9de3cb51a8f9c9da54785c1e92b8e127a54b4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 8 Mar 2000 01:38:23 +0000 Subject: no message --- include/KeyWords.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/KeyWords.h (limited to 'include/KeyWords.h') diff --git a/include/KeyWords.h b/include/KeyWords.h new file mode 100644 index 000000000..2cc03b788 --- /dev/null +++ b/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); + -- cgit v1.2.3