mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-02 16:42:30 +00:00
27 lines
556 B
INI
27 lines
556 B
INI
/*******************************************************************\
|
|
Doom Builder Script highlighting definitions for Text
|
|
\*******************************************************************/
|
|
|
|
casesensitive = 0;
|
|
insertcase = 0; // 0=Normal, 1=Lowercase, 2=Uppercase
|
|
linecomment = "";
|
|
commentopen = "";
|
|
commentclose = "";
|
|
string = """;
|
|
escape = "";
|
|
terminator = "";
|
|
scopeopen = "";
|
|
scopeclose = "";
|
|
delimiters = "";
|
|
functionopen = "";
|
|
functionclose = "";
|
|
argumentdelimiter = "";
|
|
keywordhelp = "";
|
|
|
|
keywords
|
|
{
|
|
}
|
|
|
|
constants
|
|
{
|
|
}
|