]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/stc/scintilla/lexers/LexErlang.cxx
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / stc / scintilla / lexers / LexErlang.cxx
... / ...
CommitLineData
1// Scintilla source code edit control
2// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
3// The License.txt file describes the conditions under which this software may be distributed.
4/** @file LexErlang.cxx
5 ** Lexer for Erlang.
6 ** Enhanced by Etienne 'Lenain' Girondel (lenaing@gmail.com)
7 ** Originally wrote by Peter-Henry Mander,
8