atom / language-ruby

Ruby package for Atom
Other
101 stars 145 forks source link

Tokenize visibility modifier in Tree-sitter grammar #269

Closed jasonrudolph closed 5 years ago

jasonrudolph commented 5 years ago

Fixes #268

Before and After

Standalone visibility modifiers

Before

Screen Shot 2019-08-05 at 11 17 50 AM

After

Screen Shot 2019-08-05 at 11 17 11 AM

Per-method visibility modifiers

Before

Screen Shot 2019-08-05 at 11 18 13 AM

After

Screen Shot 2019-08-05 at 11 18 00 AM

🍐 'd with @as-cii