angular-ui / AngularJS-brackets

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

Quick edit doesn't work with "data-" prefixed directives. #20

Closed ChrisMondok closed 9 years ago

ChrisMondok commented 10 years ago

Given <div schedule="scheduledEvents"></div>, when the cursor is on "schedule", pressing C-E opens the schedule directive.

However, given <div data-schedule="scheduledEvents"></div>, C-E does nothing.

ProLoser commented 10 years ago

Can you modify the regex for directives

ProLoser commented 9 years ago

Did this fix it? 772b809cb51e034cbee69c9ac998955e5b7aac46