Closed keith-hall closed 6 years ago
the quotes that delimit single quoted strings are missing the punctuation.definition.string.(begin/end).powershell scopes
punctuation.definition.string.
begin
end
.powershell
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.
punctuation
$var = 'hello'
Environment
Issue Description
the quotes that delimit single quoted strings are missing the
punctuation.definition.string.
(begin
/end
).powershell
scopesScreenshots
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