markwatkinson / luminous

Accurate and powerful syntax highlighting library
http://luminous.asgaard.co.uk
GNU Lesser General Public License v2.1
51 stars 5 forks source link

ruby %w operators #12

Closed markwatkinson closed 13 years ago

markwatkinson commented 13 years ago

The Ruby %w and %W operators are used to define arrays of strings separated by whitespace. They should have their contents highlighted as a series of strings, rather than one long string. This makes a visual difference in the styles where strings have a background colour.