angular-ui / AngularJS-brackets

AngularJS plugin for Brackets (booya)
216 stars 50 forks source link

Improve resource recognition #10

Open ProLoser opened 10 years ago

ProLoser commented 10 years ago

Right now a fairly brittle pattern is being used to recognize directives and controllers. This regex and related code should be expanded to be more versatile. Such as when passing a reference to a function instead of just an anonymous function.