PowerShell / EditorSyntax

PowerShell syntax highlighting for editors (VS Code, Atom, SublimeText, TextMate, etc.) and GitHub!
MIT License
133 stars 45 forks source link

Dashes in property names break highlighting #11

Closed gerane closed 8 years ago

gerane commented 8 years ago

If there is a Dash in a property name it causes everything to go crazy for the rest of the file.

"Test-Dash-In-String"
#$json."workflow sequence"
$json."zTest-Test"
Test-Command
$json."zTest-Test-Snippet"
$json."zTest-Test-Snippet"

image