mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
12
SQF/dayz_code/Configs/CfgLoot/Buildings/regex.txt
Normal file
12
SQF/dayz_code/Configs/CfgLoot/Buildings/regex.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
\s*=\s*
|
||||
=
|
||||
class\s+([_a-zA-Z0-9]+)\s*:\s*([_a-zA-Z0-9]+)\s*\{
|
||||
class $1 : $2\r\n\{
|
||||
\{\{
|
||||
\r\n\t\{\r\n\t\t\{
|
||||
\}\}
|
||||
\}\r\n\t\}
|
||||
^\{([^\r])
|
||||
\t\t\{$1
|
||||
([^\n])[ \t]+$
|
||||
$1
|
||||
Reference in New Issue
Block a user