added plain text script configuration

This commit is contained in:
codeimp 2007-06-16 19:52:27 +00:00
parent 572ec5e551
commit c14e45f7c5

27
Build/Scripting/Text.cfg Normal file
View 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
{
}