Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.52k stars 289 forks source link

Inconsitency of Ruby symbol #258

Closed foreverqihe closed 6 years ago

foreverqihe commented 6 years ago

Atom: image

OneDark Pro: image

chpxu commented 6 years ago

@Binaryify

Binaryify commented 6 years ago

will improve it on next version

foreverqihe commented 6 years ago

Thank you for updating @Binaryify .

Btw, there is another form of symbol in Ruby

:one => 1 # normal form

one: 1 # ruby 1.9+

So it is still inconsistent. And even the function args look different as well:) Atom:image

One Dark Pro: image