mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 04:41:10 +00:00
894279b4ba
WARNING: because of the large amount of added/modified code, bugs are possible, so backup your resources, save often and report bugs.
23 lines
No EOL
532 B
INI
23 lines
No EOL
532 B
INI
/*******************************************************************\
|
|
GZDoom Builder Script highlighting definitions for X11R6RGB
|
|
\*******************************************************************/
|
|
|
|
// Editor settings
|
|
description = "ZDoom X11R6RGB";
|
|
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/X11R6RGB";
|
|
scripttype = "X11R6RGB";
|
|
|
|
keywords
|
|
{
|
|
|
|
}
|
|
|
|
constants
|
|
{
|
|
|
|
} |