|
6 | 6 | "include": "#Inline-Comment" |
7 | 7 | }, |
8 | 8 | { |
9 | | - "include": "#Object-Class" |
| 9 | + "include": "#ObjectRelated-class" |
10 | 10 | }, |
11 | 11 | { |
12 | 12 | "match": "([Ee]nd|END)", |
13 | 13 | "name": "invalid.illegal.ini" |
14 | 14 | } |
15 | 15 | ], |
16 | 16 | "repository": { |
| 17 | + "ObjectRelated-class": { |
| 18 | + "patterns": [ |
| 19 | + { |
| 20 | + "include": "#Object-Class" |
| 21 | + }, |
| 22 | + { |
| 23 | + "include": "#ObjectReskin-class" |
| 24 | + } |
| 25 | + ] |
| 26 | + }, |
| 27 | + "ObjectReskin-class": { |
| 28 | + "begin": "(^[ \\t]+)?(ObjectReskin)[ \\t]+([a-zA-Z_][\\w%]*)[ \\t]+([a-zA-Z_][\\w%]*)", |
| 29 | + "beginCaptures": { |
| 30 | + "1": { |
| 31 | + "name": "punctuation.whitespace.ini" |
| 32 | + }, |
| 33 | + "2": { |
| 34 | + "name": "keyword.control.ini" |
| 35 | + }, |
| 36 | + "3": { |
| 37 | + "name": "entity.name.type.class.ini" |
| 38 | + }, |
| 39 | + "4": { |
| 40 | + "name": "entity.name.type.class.ini" |
| 41 | + } |
| 42 | + }, |
| 43 | + "end": "(^[ \\t]+)?([Ee]nd|END)", |
| 44 | + "endCaptures": { |
| 45 | + "1": { |
| 46 | + "name": "punctuation.whitespace.ini" |
| 47 | + }, |
| 48 | + "2": { |
| 49 | + "name": "keyword.control.ini" |
| 50 | + } |
| 51 | + }, |
| 52 | + "patterns": [ |
| 53 | + { |
| 54 | + "include": "#Inline-Comment" |
| 55 | + }, |
| 56 | + { |
| 57 | + "include": "#Object-AddModule" |
| 58 | + }, |
| 59 | + { |
| 60 | + "include": "#Object-RemoveModule" |
| 61 | + }, |
| 62 | + { |
| 63 | + "include": "#Object-Modules" |
| 64 | + }, |
| 65 | + { |
| 66 | + "include": "#Object-PropertyBlocks" |
| 67 | + }, |
| 68 | + { |
| 69 | + "include": "#Locomotor-Assignment" |
| 70 | + }, |
| 71 | + { |
| 72 | + "include": "#General-Assignment" |
| 73 | + }, |
| 74 | + { |
| 75 | + "include": "#Invalid-Assignment" |
| 76 | + } |
| 77 | + ] |
| 78 | + }, |
17 | 79 | "Object-Class": { |
18 | 80 | "begin": "(^[ \\t]+)?(Object)[ \\t]+([a-zA-Z_][\\w%]*)", |
19 | 81 | "beginCaptures": { |
|
0 commit comments