File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 134
134
</dict >
135
135
<dict >
136
136
<key >begin </key >
137
- <string >^@"\n </string >
137
+ <string >\@"(?=\n) </string >
138
138
<key >end </key >
139
139
<string >^"@ </string >
140
140
<key >name </key >
155
155
</dict >
156
156
</array >
157
157
</dict >
158
+ <dict >
159
+ <key >begin </key >
160
+ <string >\@'(?=\n) </string >
161
+ <key >end </key >
162
+ <string >^'@ </string >
163
+ <key >name </key >
164
+ <string >string.quoted.single.heredoc.powershell </string >
165
+ <key >patterns </key >
166
+ <array >
167
+ <dict >
168
+ <key >match </key >
169
+ <string >'' </string >
170
+ <key >name </key >
171
+ <string >constant.character.escape.powershell </string >
172
+ </dict >
173
+ </array >
174
+ </dict >
175
+ <dict >
176
+ <key >include </key >
177
+ <string >#numericConstant </string >
178
+ </dict >
158
179
<dict >
159
180
<key >begin </key >
160
181
<string >@\( </string >
203
224
</dict >
204
225
</array >
205
226
</dict >
206
- <dict >
207
- <key >begin </key >
208
- <string >@'\n </string >
209
- <key >end </key >
210
- <string >^'@ </string >
211
- <key >name </key >
212
- <string >string.quoted.single.heredoc.powershell </string >
213
- <key >patterns </key >
214
- <array >
215
- <dict >
216
- <key >match </key >
217
- <string >'' </string >
218
- <key >name </key >
219
- <string >constant.character.escape.powershell </string >
220
- </dict >
221
- </array >
222
- </dict >
223
- <dict >
224
- <key >include </key >
225
- <string >#numericConstant </string >
226
- </dict >
227
227
<dict >
228
228
<key >match </key >
229
229
<string >-([lg][te]|[ci]?(eq|ne)) </string >
You can’t perform that action at this time.
0 commit comments