aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/KeyWords.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-03-08 01:38:23 +0000
committernyamatongwe <devnull@localhost>2000-03-08 01:38:23 +0000
commit25019a2eed18227eea1db18f6d52d4c5c44a2283 (patch)
tree83eec8af8ccee95c3f5a3f4185c1ae2cda3cd4db /include/KeyWords.h
parentbf3d80d54d696ad123f9415dda1c6fe62c7a20cc (diff)
downloadscintilla-mirror-25019a2eed18227eea1db18f6d52d4c5c44a2283.tar.gz
Initial revision
Diffstat (limited to 'include/KeyWords.h')
-rw-r--r--include/KeyWords.h8
1 files changed, 8 insertions, 0 deletions
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 <neilh@scintilla.org>
+// 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);
+