File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11181118 {
11191119 "include" : " #behavior-turret"
11201120 },
1121+ {
1122+ "include" : " #behavior-altturret"
1123+ },
11211124 {
11221125 "include" : " #behavior-attackareadecal"
11231126 },
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" : {
You can’t perform that action at this time.
0 commit comments