File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 7373 {
7474 "include" : " #UnitSpecificSounds"
7575 },
76+ {
77+ "include" : " #UnitSpecificFX"
78+ },
7679 {
7780 "include" : " #modules"
7881 },
7982 {
80- "include" : " #addmodule -block"
83+ "include" : " #AddModule -block"
8184 },
8285 {
8386 "include" : " #inline-removemodule"
205208 }
206209 ]
207210 },
208- "addmodule-block" : {
211+ "UnitSpecificFX" : {
212+ "begin" : " \\ s*\\ b(UnitSpecificFX)\\ b" ,
213+ "beginCaptures" : {
214+ "1" : {
215+ "name" : " keyword.control.ini"
216+ }
217+ },
218+ "end" : " \\ s*\\ b(End)\\ b" ,
219+ "endCaptures" : {
220+ "1" : {
221+ "name" : " keyword.control.ini"
222+ }
223+ },
224+ "patterns" : [
225+ {
226+ "include" : " #assignment"
227+ },
228+ {
229+ "include" : " #inline-comment"
230+ }
231+ ]
232+ },
233+ "AddModule-block" : {
209234 "begin" : " \\ s*\\ b(AddModule)\\ b" ,
210235 "beginCaptures" : {
211236 "1" : {
You can’t perform that action at this time.
0 commit comments