diff options
Diffstat (limited to 'src/Catalogue.cxx')
-rw-r--r-- | src/Catalogue.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 4da096d81..438fd2ba1 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -1,6 +1,8 @@ // Scintilla source code edit control /** @file Catalogue.cxx - ** Colourise for particular languages. + ** Lexer infrastructure. + ** Contains a list of LexerModules which can be searched to find a module appropriate for a + ** particular language. **/ // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. |