We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d25540 commit 7cd5381Copy full SHA for 7cd5381
PowerShellSyntax.tmLanguage
@@ -6674,8 +6674,27 @@
6674
</array>
6675
</dict>
6676
<dict>
6677
- <key>reserve</key>
6678
- <string>#numericConstant</string>
+ <key>begin</key>
+ <string>[\x{2013}-\x{2015}-]((?i:join|[ic]?(?:split)))(?!\p{L})</string>
6679
+ <key>beginCaptures</key>
6680
+ <dict>
6681
+ <key>0</key>
6682
6683
+ <key>name</key>
6684
+ <string>keyword.operator.unary.string-$1.powershell</string>
6685
+ </dict>
6686
6687
+ <key>end</key>
6688
+ <string>(?=.|$)</string>
6689
+ <key>applyEndPatternLast</key>
6690
+ <true/>
6691
+ <key>patterns</key>
6692
+ <array>
6693
6694
+ <key>include</key>
6695
+ <string>#advanceToToken</string>
6696
6697
+ </array>
6698
6699
6700
<key>begin</key>
0 commit comments