mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-16 17:11:28 +00:00
added plain text script configuration
This commit is contained in:
parent
572ec5e551
commit
c14e45f7c5
1 changed files with 27 additions and 0 deletions
27
Build/Scripting/Text.cfg
Normal file
27
Build/Scripting/Text.cfg
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*******************************************************************\
|
||||
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
|
||||
{
|
||||
}
|
Loading…
Reference in a new issue