File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 101
101
</dict >
102
102
<dict >
103
103
<key >begin </key >
104
- <string >' </string >
104
+ <string >['\x{2018}-\x{201B}] </string >
105
105
<key >beginCaptures </key >
106
106
<dict >
107
107
<key >0 </key >
111
111
</dict >
112
112
</dict >
113
113
<key >end </key >
114
- <string >' </string >
114
+ <string >['\x{2018}-\x{201B}] </string >
115
115
<key >applyEndPatternLast </key >
116
116
<true />
117
117
<key >endCaptures </key >
128
128
<array >
129
129
<dict >
130
130
<key >match </key >
131
- <string >'' </string >
131
+ <string >['\x{2018}-\x{201B}]{2} </string >
132
132
<key >name </key >
133
133
<string >constant.character.escape.powershell </string >
134
134
</dict >
135
135
</array >
136
136
</dict >
137
137
<dict >
138
138
<key >begin </key >
139
- <string >\@" \s*$ </string >
139
+ <string >\@["\x{201C}-\x{201E}] \s*$ </string >
140
140
<key >end </key >
141
- <string >^" @ </string >
141
+ <string >^["\x{201C}-\x{201E}] @ </string >
142
142
<key >name </key >
143
143
<string >string.quoted.double.heredoc.powershell </string >
144
144
<key >patterns </key >
159
159
</dict >
160
160
<dict >
161
161
<key >begin </key >
162
- <string >\@' \s*$ </string >
162
+ <string >\@['\x{2018}-\x{201B}] \s*$ </string >
163
163
<key >end </key >
164
- <string >^' @ </string >
164
+ <string >^['\x{2018}-\x{201B}] @ </string >
165
165
<key >name </key >
166
166
<string >string.quoted.single.heredoc.powershell </string >
167
167
</dict >
586
586
<array >
587
587
<dict >
588
588
<key >match </key >
589
- <string >`[`0abefnrtv"' $] </string >
589
+ <string >`[`0abefnrtv'"\x{2018}-\x{201E} $] </string >
590
590
<key >name </key >
591
591
<string >constant.character.escape.powershell </string >
592
592
</dict >
1509
1509
<key >doubleQuotedString </key >
1510
1510
<dict >
1511
1511
<key >begin </key >
1512
- <string >" </string >
1512
+ <string >["\x{201C}-\x{201E}] </string >
1513
1513
<key >beginCaptures </key >
1514
1514
<dict >
1515
1515
<key >0 </key >
1519
1519
</dict >
1520
1520
</dict >
1521
1521
<key >end </key >
1522
- <string >" </string >
1522
+ <string >["\x{201C}-\x{201E}] </string >
1523
1523
<key >applyEndPatternLast </key >
1524
1524
<true />
1525
1525
<key >endCaptures </key >
1548
1548
</dict >
1549
1549
<dict >
1550
1550
<key >match </key >
1551
- <string >"" </string >
1551
+ <string >["\x{201C}-\x{201E}]{2} </string >
1552
1552
<key >name </key >
1553
1553
<string >constant.character.escape.powershell </string >
1554
1554
</dict >
You can’t perform that action at this time.
0 commit comments