mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-12 07:01:21 +00:00
28 lines
556 B
INI
28 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
|
||
|
{
|
||
|
}
|