Skip to content

Ruby: highlight shorthand global interpolations

this MR adds support for the shorthand interpolation syntax for globals. It already exists for instance and class variables, and even the highlighter test file has some cases of it.

Merge request reports