]>
Commit | Line | Data |
---|---|---|
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 |