diff --git a/origami-parsers.el b/origami-parsers.el index 6f05296..817baa3 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -212,7 +212,7 @@ position in the CONTENT." (reverse acc))))) (defun origami-elisp-parser (create) - (origami-lisp-parser create "(def\\w*\\s-*\\(\\s_\\|\\w\\|[?!]\\)*\\([ \\t]*(.*?)\\)?")) + (origami-lisp-parser create "(def\\w*\\s-*\\(\\s_\\|\\w\\|[:?!]\\)*\\([ \\t]*(.*?)\\)?")) (defun origami-clj-parser (create) (origami-lisp-parser create "(def\\(\\w\\|-\\)*\\s-*\\(\\s_\\|\\w\\|[?!]\\)*\\([ \\t]*\\[.*?\\]\\)?"))