Closed Ben3eeE closed 6 years ago
With base16-tomorow-dark. Latest commit.
It seems that variable.constant
is not styled in one-dark-syntax so it looks the same as my previous screenshot.
Added #241 to this PR as well so it fixes all open issues. I will merge and make a release PR on atom/atom once it's green.
Image is latest commit one-dark-syntax.
Requirements
Description of the Change
There were a couple of missing scope mappings that made the tree-sitter grammar not match the textmate grammar.
Alternate Designs
N/A
Benefits
Matches the textmate grammar more closely
Verification process
I used the following ruby file to test these new scope mappings
Applicable Issues
Fixes https://github.com/tree-sitter/tree-sitter-ruby/issues/94 Fixes https://github.com/atom/language-ruby/issues/243 Fixes https://github.com/atom/language-ruby/issues/242 Fixes https://github.com/atom/language-ruby/issues/241