UltimateZoneBuilder/Build/Scripting/ZDoom_FONTDEFS.cfg
2017-01-15 00:35:40 +02:00

34 lines
No EOL
675 B
INI
Executable file

/*******************************************************************\
GZDoom Builder Script highlighting definitions for FONTDEFS
\*******************************************************************/
// Editor settings
description = "ZDoom FONTDEFS";
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/FONTDEFS";
scripttype = "FONTDEFS";
properties
{
Template;
NOTRANSLATION;
SPACEWIDTH;
BASE;
COUNT;
CURSOR;
FIRST;
}
constants
{
DOOMFONT;
STATUSFONT;
INDEXFONT;
STCFN;
STBFN;
FONTA;
}