asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

feat: fix wrong end block #149

Closed ldez closed 8 years ago

ldez commented 8 years ago

Fix wrong end block

Fix #148

mojavelinux commented 8 years ago

Although it doesn't matter much, perhaps you should put the ^ and $ outside the capture. From this change, a gather those symbols doesn't carry over to the back reference.

ldez commented 8 years ago

Fixed!