mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Added syntax highlighting for SOC
This commit is contained in:
parent
7c83694f58
commit
40ebb654a3
4 changed files with 6317 additions and 4 deletions
|
@ -336,11 +336,19 @@ maplumpnames
|
|||
|
||||
scriptlumpnames
|
||||
{
|
||||
MAINCFG;
|
||||
OBJCTCFG;
|
||||
MAINCFG
|
||||
{
|
||||
script = "SOC.cfg";
|
||||
}
|
||||
|
||||
OBJCTCFG
|
||||
{
|
||||
script = "SOC.cfg";
|
||||
}
|
||||
|
||||
SOC_
|
||||
{
|
||||
script = "SOC.cfg";
|
||||
isprefix = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -307,7 +307,7 @@ keywords
|
|||
table.remove = "table{}, * key";
|
||||
table.sort = "table{}, [function(* element_a/* element_b) comp]";
|
||||
// actions
|
||||
A_Explode = "";
|
||||
A_Explode = "";
|
||||
A_Pain = "";
|
||||
A_Fall = "";
|
||||
A_MonitorPop = "";
|
||||
|
|
6305
Build/Scripting/SOC.cfg
Normal file
6305
Build/Scripting/SOC.cfg
Normal file
File diff suppressed because it is too large
Load diff
|
@ -54,7 +54,7 @@ lexer6 // Perl-style
|
|||
37 = 5; // ident guides
|
||||
|
||||
keywordsindex = 0;
|
||||
constantsindex = -1;
|
||||
constantsindex = 1;
|
||||
}
|
||||
|
||||
lexer15 // Lua-style
|
||||
|
|
Loading…
Reference in a new issue