PowerShell / EditorSyntax

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

Spaces in Object properties break highlighting. #10

Closed gerane closed 8 years ago

gerane commented 8 years ago

With the new Editor Syntax that just made it into VSCode, if a Property has a space, it is no longer properly handling the coloring.

This one works.

$Json."Workflowsequence"

This one breaks highlighting for everything following it in the file.

$Json."Workflow sequence"

image

image