File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 136136 </dict >
137137 <dict >
138138 <key >begin </key >
139- <string >\@["\x{201C}-\x{201E}]\s*$ </string >
139+ <string >(@["\x{201C}-\x{201E}])\s*$ </string >
140+ <key >beginCaptures </key >
141+ <dict >
142+ <key >1 </key >
143+ <dict >
144+ <key >name </key >
145+ <string >punctuation.definition.string.begin.powershell </string >
146+ </dict >
147+ </dict >
140148 <key >end </key >
141149 <string >^["\x{201C}-\x{201E}]@ </string >
150+ <key >endCaptures </key >
151+ <dict >
152+ <key >0 </key >
153+ <dict >
154+ <key >name </key >
155+ <string >punctuation.definition.string.end.powershell </string >
156+ </dict >
157+ </dict >
142158 <key >name </key >
143159 <string >string.quoted.double.heredoc.powershell </string >
144160 <key >patterns </key >
159175 </dict >
160176 <dict >
161177 <key >begin </key >
162- <string >\@['\x{2018}-\x{201B}]\s*$ </string >
178+ <string >(@['\x{2018}-\x{201B}])\s*$ </string >
179+ <key >beginCaptures </key >
180+ <dict >
181+ <key >1 </key >
182+ <dict >
183+ <key >name </key >
184+ <string >punctuation.definition.string.begin.powershell </string >
185+ </dict >
186+ </dict >
163187 <key >end </key >
164188 <string >^['\x{2018}-\x{201B}]@ </string >
189+ <key >endCaptures </key >
190+ <dict >
191+ <key >0 </key >
192+ <dict >
193+ <key >name </key >
194+ <string >punctuation.definition.string.end.powershell </string >
195+ </dict >
196+ </dict >
165197 <key >name </key >
166198 <string >string.quoted.single.heredoc.powershell </string >
167199 </dict >
You can’t perform that action at this time.
0 commit comments