atom / language-ruby

Ruby package for Atom
Other
101 stars 145 forks source link

Add styling rules to match CONSTANTs, require, and file handle vars. #235

Closed queerviolet closed 6 years ago

queerviolet commented 6 years ago

Change the TreeSitter grammar to highlight CONSTANT_VARIABLES as constants, and __FILE__, __LINE__, __ENCODING__, and require as support variables / functions.

:pear: @maxbrunsfeld