catppuccin / sublime-text

🍋 Soothing pastel color schemes for Sublime Text
MIT License
105 stars 14 forks source link

Add color to Ruby symbols #14

Closed MatthiasPortzel closed 4 months ago

MatthiasPortzel commented 4 months ago

Ruby makes extensive use of Symbols, which are scoped as "constant.other.symbol.ruby". Currently these are unstyled. This PR adds a rule to style them. I went with yellow since symbols are styled yellow in irb (Ruby's REPL).

Before:

Pasted Graphic

After:

table string check_solution