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 highlight with non-common attributes #64

Closed therustmonk closed 8 years ago

therustmonk commented 8 years ago

This valid template doesn't highlights right:

    input(#myname (keyup)="myControllerMethod()")
    input([(ng-model)]="foo")
    li(*ng-for="#name of names") ...

Attributes with that chars uses by Angular 2.