|
16 | 16 | "repository": { |
17 | 17 | "langName": { |
18 | 18 | "match": "^\"?(?i)lang(?-i)\"?", |
19 | | - "name": "entity.name.class.fgd" |
| 19 | + "name": "entity.name.class.captions" |
20 | 20 | }, |
21 | 21 | "langBody": { |
22 | 22 | "begin": "{", |
|
43 | 43 | "data": { |
44 | 44 | "begin": "{", |
45 | 45 | "end": "}", |
46 | | - "contentName": "meta.captions.body.fgd", |
| 46 | + "contentName": "meta.captions.body.captions", |
47 | 47 | "patterns": [ |
48 | 48 | { |
49 | 49 | "include": "#captionLine" |
|
57 | 57 | "begin": "(\"?[\\w.+#\\\\/-]+\"?)", |
58 | 58 | "beginCaptures": { |
59 | 59 | "1": { |
60 | | - "name": "variable.name.fgd" |
| 60 | + "name": "variable.name.captions" |
61 | 61 | } |
62 | 62 | }, |
63 | 63 | "end": "\n", |
|
70 | 70 | "name": "string.quoted.double" |
71 | 71 | } |
72 | 72 | }, |
73 | | - "contentName": "string.caption.fgd", |
| 73 | + "contentName": "string.caption.captions", |
74 | 74 | "patterns": [ |
75 | 75 | { |
76 | 76 | "include": "#tagItalic" |
|
95 | 95 | ] |
96 | 96 | }, |
97 | 97 | "tagItalic": { |
98 | | - "match": "(<[iI]>)([\\w '..,!?&\\[\\]\\(\\)]+)(<[iI]>)?", |
99 | | - "captures": { |
100 | | - "1": { "name": "storage.modifier.fgd" }, |
101 | | - "3": { "name": "storage.modifier.fgd" } |
| 98 | + "begin": "<[iI]>", |
| 99 | + "end": "<[iI]>", |
| 100 | + "beginCaptures": { |
| 101 | + "0": { "name": "storage.modifier.captions" } |
| 102 | + }, |
| 103 | + "endCaptures": { |
| 104 | + "0": { "name": "storage.modifier.captions" } |
102 | 105 | }, |
103 | | - "name": "markup.italic.fgd" |
| 106 | + "contentName": "markup.italic.captions" |
104 | 107 | }, |
105 | 108 | "tagBold": { |
106 | | - "match": "(<[bB]>)([\\w '..,!?&\\[\\]\\(\\)]+)(<[bB]>)?", |
107 | | - "captures": { |
108 | | - "1": { "name": "storage.modifier.fgd" }, |
109 | | - "3": { "name": "storage.modifier.fgd" } |
| 109 | + "begin": "<[bB]>", |
| 110 | + "end": "<[bB]>", |
| 111 | + "beginCaptures": { |
| 112 | + "0": { "name": "storage.modifier.captions" } |
| 113 | + }, |
| 114 | + "endCaptures": { |
| 115 | + "0": { "name": "storage.modifier.captions" } |
110 | 116 | }, |
111 | | - "name": "markup.bold.fgd" |
| 117 | + "contentName": "markup.bold.captions" |
112 | 118 | }, |
113 | 119 | "tagSfx": { |
114 | 120 | "match": "\\<(?i)sfx(?-i)\\>", |
115 | 121 | "captures": { |
116 | | - "0": { "name": "storage.modifier.fgd" } |
| 122 | + "0": { "name": "storage.modifier.captions" } |
117 | 123 | } |
118 | 124 | }, |
119 | 125 | "tagDelayLenNorepeat": { |
120 | 126 | "match": "\\<((?i)(delay|norepeat|len)(?-i))(:)(\\d+(\\.\\d+)?)\\>", |
121 | 127 | "captures": { |
122 | 128 | "0": { |
123 | | - "name": "storage.modifier.fgd" |
| 129 | + "name": "storage.modifier.captions" |
124 | 130 | }, |
125 | 131 | "3": { |
126 | | - "name": "constant.numeric.fgd" |
| 132 | + "name": "constant.numeric.captions" |
127 | 133 | } |
128 | 134 | } |
129 | 135 | }, |
130 | 136 | "tagClr": { |
131 | 137 | "match": "\\<((?i)clr(?-i))(:)(\\d{1,3})\\s*(,)(\\d{1,3})\\s*(,)(\\d{1,3})\\>", |
132 | 138 | "captures": { |
133 | 139 | "0": { |
134 | | - "name": "storage.modifier.fgd" |
| 140 | + "name": "storage.modifier.captions" |
135 | 141 | }, |
136 | 142 | "3": { |
137 | | - "name": "constant.numeric.fgd" |
| 143 | + "name": "constant.numeric.captions" |
138 | 144 | }, |
139 | 145 | "5": { |
140 | | - "name": "constant.numeric.fgd" |
| 146 | + "name": "constant.numeric.captions" |
141 | 147 | }, |
142 | 148 | "7": { |
143 | | - "name": "constant.numeric.fgd" |
| 149 | + "name": "constant.numeric.captions" |
144 | 150 | } |
145 | 151 | } |
146 | 152 | }, |
147 | 153 | "tagPlayerClr": { |
148 | 154 | "match": "\\<((?i)playerclr(?-i))(:)(\\d{1,3})\\s*(,)(\\d{1,3})\\s*(,)(\\d{1,3})(:)(\\d{1,3})\\s*(,)(\\d{1,3})\\s*(,)(\\d{1,3})\\>", |
149 | 155 | "captures": { |
150 | 156 | "0": { |
151 | | - "name": "storage.modifier.fgd" |
| 157 | + "name": "storage.modifier.captions" |
152 | 158 | }, |
153 | 159 | "3": { |
154 | | - "name": "constant.numeric.fgd" |
| 160 | + "name": "constant.numeric.captions" |
155 | 161 | }, |
156 | 162 | "5": { |
157 | | - "name": "constant.numeric.fgd" |
| 163 | + "name": "constant.numeric.captions" |
158 | 164 | }, |
159 | 165 | "7": { |
160 | | - "name": "constant.numeric.fgd" |
| 166 | + "name": "constant.numeric.captions" |
161 | 167 | }, |
162 | 168 | "9": { |
163 | | - "name": "constant.numeric.fgd" |
| 169 | + "name": "constant.numeric.captions" |
164 | 170 | }, |
165 | 171 | "11": { |
166 | | - "name": "constant.numeric.fgd" |
| 172 | + "name": "constant.numeric.captions" |
167 | 173 | }, |
168 | 174 | "13": { |
169 | | - "name": "constant.numeric.fgd" |
| 175 | + "name": "constant.numeric.captions" |
170 | 176 | } |
171 | 177 | } |
172 | 178 | } |
|
0 commit comments