antonj / scss-mode

Emacs mode for SCSS files (http://sass-lang.com)
200 stars 39 forks source link

Fix syntax bug that didn't match all comments. #11

Closed jschaf closed 12 years ago

jschaf commented 12 years ago

It didn't match comments of the form

//$header-bg: #123456
antonj commented 12 years ago

I didn't get any problems with those comments, could be that we are using different versions of css-mode.

Merging anyway :) since it fixes the issues for you.