Fix #36924. PowerShell Extension Comment Highlighting Error

Fixes issue #36924 to correct a comment highlighting error in the PowerShell extension.
This commit is contained in:
Thomas Rayner 2017-10-25 12:20:56 -06:00 committed by GitHub
parent 16c2b0ee27
commit f9037b145e

View file

@ -45,7 +45,7 @@
</dict>
<dict>
<key>begin</key>
<string>(?&lt;![\\-])#</string>
<string>(?&lt;![`\\-])#</string>
<key>end</key>
<string>$</string>
<key>name</key>