PowerShell / EditorSyntax

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

single quoted strings missing punctuation scopes #110

Closed keith-hall closed 6 years ago

keith-hall commented 6 years ago

Environment

Issue Description

the quotes that delimit single quoted strings are missing the punctuation.definition.string.(begin/end).powershell scopes

Screenshots

image

Expected Behavior

The apostrophes/single quotes that start and end a string should receive a punctuation scope. See http://www.sublimetext.com/docs/3/scope_naming.html#string.

Code Samples

$var = 'hello'