atom / language-ruby

Ruby package for Atom
Other
101 stars 144 forks source link

Fix missing scopes on separators and `self`, differentiate `->` #224

Closed chbk closed 3 years ago

chbk commented 6 years ago

Description of the Change

Applicable Issues

221 Missing scope on commas

222 Differentiate -> from other keywords

223 Namespace separator :: not scoped in class definition

Interdictor commented 6 years ago

Please review and approve this!

chbk commented 6 years ago

@50Wliu I have a commit pending for punctuation.separator.delimiter, is my suggestion okay to you?

winstliu commented 6 years ago

Yes, I think what you're saying is fine.

chbk commented 6 years ago

@50Wliu Do you have any other comments on this pull request? It looks ready to merge for me.

rsese commented 6 years ago

Sorry for the delay @chbk, someone from the team will take a look as soon as they can.

darangi commented 3 years ago

Thanks for the contribution 🙇🏾 @chbk