dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Don't err when inside of a badly nested block comment #33

Closed cgay closed 4 years ago

cgay commented 4 years ago

In a situation like below, the call to re-search-forward (or backward) would land in the elisp debugger.

/* starting new block comment

<-- cursor here, hit tab

/ other block comment, not sure if necessary to cause bug /