Closed ChrisMondok closed 9 years ago
Given <div schedule="scheduledEvents"></div>, when the cursor is on "schedule", pressing C-E opens the schedule directive.
<div schedule="scheduledEvents"></div>
However, given <div data-schedule="scheduledEvents"></div>, C-E does nothing.
<div data-schedule="scheduledEvents"></div>
Can you modify the regex for directives
Did this fix it? 772b809cb51e034cbee69c9ac998955e5b7aac46
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.