diff options
Diffstat (limited to 'include/KeyWords.h')
-rw-r--r-- | include/KeyWords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/KeyWords.h b/include/KeyWords.h index 95337c107..8d4d302b1 100644 --- a/include/KeyWords.h +++ b/include/KeyWords.h @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // KeyWords.h - colourise for particular languages -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. typedef void (*LexerFunction)(unsigned int startPos, int lengthDoc, int initStyle, |