Skip to content

";" scope goes against guidelines #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
keith-hall opened this issue May 31, 2018 · 0 comments · Fixed by #118
Closed

";" scope goes against guidelines #114

keith-hall opened this issue May 31, 2018 · 0 comments · Fixed by #118
Assignees

Comments

@keith-hall
Copy link
Contributor

Environment

  • Sublime 3176
  • Monokai

Issue Description

; is scoped wrongly as a keyword

Screenshots

image

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';
@omniomi omniomi self-assigned this Jun 9, 2018
omniomi added a commit to omniomi/EditorSyntax that referenced this issue Jun 9, 2018
@omniomi omniomi mentioned this issue Jun 9, 2018
TylerLeonhardt pushed a commit that referenced this issue Jun 11, 2018
* rescope statement separator per #114

* rescope everything after --% #113

* rescope string punctuation per #110

* include sigil in variable scope per #23

* rescope variable member per #107

* rescope variable sigil per #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants