Closed keith-hall closed 6 years ago
; is scoped wrongly as a keyword
;
keyword
; should be scoped as punctuation.terminator.statement. See http://www.sublimetext.com/docs/3/scope_naming.html#punctuation
punctuation.terminator.statement
Write-Host 'hello'; Write-Host 'world';
Environment
Issue Description
;
is scoped wrongly as akeyword
Screenshots
Expected Behavior
;
should be scoped aspunctuation.terminator.statement
. See http://www.sublimetext.com/docs/3/scope_naming.html#punctuationCode Samples