mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +00:00
25 lines
No EOL
556 B
INI
Executable file
25 lines
No EOL
556 B
INI
Executable file
/*******************************************************************\
|
|
GZDoom Builder Script highlighting definitions for ZSCRIPT
|
|
\*******************************************************************/
|
|
|
|
// Editor settings
|
|
description = "ZDoom ZSCRIPT";
|
|
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/ZScript";
|
|
scripttype = "ZSCRIPT";
|
|
|
|
// todo
|
|
keywords
|
|
{
|
|
|
|
}
|
|
|
|
constants
|
|
{
|
|
|
|
} |