crystal-lang-tools / emacs-crystal-mode

A minimal crystal mode for emacs, based on ruby-mode.
https://melpa.org/#/crystal-mode
GNU General Public License v3.0
47 stars 19 forks source link

Workaround for Error running timer ‘show-paren-function’: (search-failed "{%") #53

Closed philipp-classen closed 10 months ago

philipp-classen commented 1 year ago

My current workaround for https://github.com/crystal-lang-tools/emacs-crystal-mode/issues/52

It doesn't attempt to fix the underlying error - which might be better - but merely hides the error by putting a ignore-errors around the function.

Perhaps there is a better solution.