UltimateZoneBuilder/Build/Scripting/ZDoom_GAMEINFO.cfg
MaxED 45c3cbaae3 Added, Script Editor: added script configurations / auto-detection support for GAMEINFO, FONTDEFS and KEYCONF text lumps.
Fixed, "Open Map Options" and "Change Map" windows: fixed incorrect size of the items in the maps list when using high-DPI scaling.
Updated ZDoom_DECORATE.cfg and ZDoom_MAPINFO.cfg.
2016-12-12 12:35:18 +00:00

28 lines
No EOL
782 B
INI

/*******************************************************************\
GZDoom Builder Script highlighting definitions for GAMEINFO
\*******************************************************************/
// Editor settings
description = "ZDoom GAMEINFO";
codepage = 0;
extensions = "txt";
casesensitive = false;
insertcase = 1; // 0=Normal, 1=Lowercase, 2=Uppercase
lexer = 35; // CPP-style, case-insensitive
keywordhelp = "http://zdoom.org/wiki/GAMEINFO";
scripttype = "GAMEINFO";
keywords
{
IWAD = "IWAD = \"[EP]\"";
LOAD = "LOAD = \"[EP]\"";
STARTUPTITLE = "STARTUPTITLE = \"[EP]\"";
STARTUPCOLORS = "STARTUPCOLORS = \"[EP]\", \"\"";
STARTUPTYPE = "STARTUPTYPE = \"[EP]\"";
STARTUPSONG = "STARTUPSONG = \"[EP]\"";
}
constants
{
NOSPRITERENAME;
}