davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Fix regexp to always include the word boundary. #97

Closed jdufresne closed 8 years ago

jdufresne commented 8 years ago

Fixes #80

The regexp include the word boundary only after the pony-nonindenting-tags. This is because it was inside the grouping parenthesis but to the right of the vertical bar.

davidmiller commented 8 years ago

@jdufresne You're right - thats much better ! Thanks so much :)