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

incorrect highlighting of attributes passing syntax ? #69

Closed sinsunsan closed 8 years ago

sinsunsan commented 8 years ago

I often use this syntax

mixin projectWorkLoad_noendSwitch
  +uiSwitch({
      ngModel: "data.selectEndDate",
      name: "selectMode",
    })(ng-required: "true")

and

mixin uiSwitch(data)
   div(class="text", ngModel=data.ngModel, name=data.name)&attributes(attributes)

The syntax is not correctly highlighted for (ng-required: "true") which end white

Do I need a version update ? Do you handle this case ?

Thanks

davidrios commented 8 years ago

Testing here it seems to be working correctly. What version of sublime are you using? Are you using the latest version of this highlighting package?

sinsunsan commented 8 years ago

Sublime 2 / Should I use v3 for this to work ?

davidrios commented 8 years ago

I tested with sublime 2 here and got no problems. Do you have the latest version of this highlighter? Also, what color scheme are you using?

davidrios commented 8 years ago

Closing for lack of feedback and because I was unable to reproduce the problem.