]> git.saurik.com Git - wxWidgets.git/blame - src/stc/scintilla/lexers/LexErlang.cxx
Add missing WXK constants for the control keys
[wxWidgets.git] / src / stc / scintilla / lexers / LexErlang.cxx
CommitLineData
8e54aaed 1// Scintilla source code edit control
9e96e16f
RD
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.
8e54aaed
RD
4/** @file LexErlang.cxx
5 ** Lexer for Erlang.
9e96e16f 6 ** Enhanced by Etienne 'Lenain' Girondel (lenaing@gmail.com)
1dcf666d 7 ** Originally wrote by Peter-Henry Mander,
9e96e16f 8