Closed
Description
Environment
- Sublime 3176
- Monokai
Issue Description
;
is scoped wrongly as a keyword
Screenshots
Expected Behavior
;
should be scoped as punctuation.terminator.statement
. See http://www.sublimetext.com/docs/3/scope_naming.html#punctuation
Code Samples
Write-Host 'hello'; Write-Host 'world';