billymoon / Stylus

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

Comments after assignments and if statements are not recognized #37

Closed FichteFoll closed 10 years ago

FichteFoll commented 10 years ago

Examples:

$col1  = #FF6868 // (adjacent)

string
    if $punctuation // comment
        punctuation
            foreground complement(@foreground)

The slashes are instead marked as keyword.operator.stylus.

grassator commented 10 years ago

Thanks, I will try to fix that but for some time this was actually invalid syntax in stylus...