billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Proper built-in color functions highlighting #71

Closed evenfrost closed 8 years ago

evenfrost commented 8 years ago

For functions like hsla, hsl, rgba and rgb Stylus supports the following syntax:

body
  color hsla(#000, .5) // make it semi-transparent
  background rgb(#fff) // fwiw

Would be great if the package could properly highlight such cases as well.

grassator commented 8 years ago

@evenfrost Thanks for the report, should be fixed now