Skip to content

Commit 8a049af

Browse files
committed
Add behavior-altturret to ini.tmLanguage.json
1 parent b7f120b commit 8a049af

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

syntaxes/ini.tmLanguage.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,9 @@
11181118
{
11191119
"include": "#behavior-turret"
11201120
},
1121+
{
1122+
"include": "#behavior-altturret"
1123+
},
11211124
{
11221125
"include": "#behavior-attackareadecal"
11231126
},
@@ -1160,6 +1163,31 @@
11601163
}
11611164
]
11621165
},
1166+
"behavior-altturret": {
1167+
"begin": "\\s*\\b(AltTurret)\\b",
1168+
"beginCaptures": {
1169+
"1": {
1170+
"name": "keyword.control.ini"
1171+
}
1172+
},
1173+
"end": "\\s*\\b([Ee]nd|END)",
1174+
"endCaptures": {
1175+
"1": {
1176+
"name": "keyword.control.ini"
1177+
}
1178+
},
1179+
"patterns": [
1180+
{
1181+
"include": "#weapon-types-turret"
1182+
},
1183+
{
1184+
"include": "#assignment"
1185+
},
1186+
{
1187+
"include": "#inline-comment"
1188+
}
1189+
]
1190+
},
11631191
"behavior-attackareadecal": {
11641192
"begin": "\\s*\\b(AttackAreaDecal)\\b",
11651193
"beginCaptures": {

0 commit comments

Comments
 (0)