xref: /MusicPlayer2/scintilla/include/SciLexer.h (revision 61ef93ee18b51a83cdb07217a9fbaf099a57c9d2)
1 /* Scintilla source code edit control */
2 /** @file SciLexer.h
3  ** Interface to the added lexer functions in the SciLexer version of the edit control.
4  **/
5 /* Copyright 1998-2002 by Neil Hodgson <[email protected]>
6  * The License.txt file describes the conditions under which this software may be distributed. */
7 
8 /* Most of this file is automatically generated from the Scintilla.iface interface definition
9  * file which contains any comments about the definitions. HFacer.py does the generation. */
10 
11 #ifndef SCILEXER_H
12 #define SCILEXER_H
13 
14 /* SciLexer features - not in standard Scintilla */
15 
16 /* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
17 #define SCLEX_CONTAINER 0
18 #define SCLEX_NULL 1
19 #define SCLEX_LYRIC 201
20 #define SCLEX_AUTOMATIC 1000
21 #define SCE_LYRIC_DEFAULT 0
22 #define SCE_LYRIC_TIMETAG 1
23 #define SCE_LYRIC_TIME_TAG_KEYWORD 2
24 #define SCE_LYRIC_TEXT 3
25 #define SCE_LYRIC_SEPARATOR 4
26 #define SCE_LYRIC_TRANSLATION 5
27 /* --Autogenerated -- end of section automatically generated from Scintilla.iface */
28 
29 #endif
30