davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

Text after mixin support #51

Closed fregante closed 9 years ago

fregante commented 9 years ago

This is valid jade

+button() It's time

It's equivalent to

+button()
  | It's time

But the first one is not highlighted correctly:

Example
fregante commented 9 years ago

Also the first two are equivalent, but the second one's class doesn't have the right color (third one)

Example