mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-18 10:01:48 +00:00
31 lines
622 B
INI
31 lines
622 B
INI
|
/*******************************************************************\
|
||
|
GZDoom Builder Script highlighting definitions for CVARINFO
|
||
|
\*******************************************************************/
|
||
|
|
||
|
// Editor settings
|
||
|
description = "ZDoom CVARINFO";
|
||
|
codepage = 0;
|
||
|
extensions = "txt";
|
||
|
casesensitive = false;
|
||
|
terminator = ";";
|
||
|
insertcase = 1; // 0=Normal, 1=Lowercase, 2=Uppercase
|
||
|
lexer = 35; // CPP-style, case-insensitive
|
||
|
keywordhelp = "http://zdoom.org/wiki/CVARINFO";
|
||
|
|
||
|
properties
|
||
|
{
|
||
|
server;
|
||
|
user;
|
||
|
int;
|
||
|
float;
|
||
|
color;
|
||
|
bool;
|
||
|
string;
|
||
|
}
|
||
|
|
||
|
constants
|
||
|
{
|
||
|
noarchive;
|
||
|
true;
|
||
|
false;
|
||
|
}
|