Colons can appear in elisp function names
This commit is contained in:
parent
49ae22e18a
commit
a44b0660f0
@ -212,7 +212,7 @@ position in the CONTENT."
|
|||||||
(reverse acc)))))
|
(reverse acc)))))
|
||||||
|
|
||||||
(defun origami-elisp-parser (create)
|
(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)
|
(defun origami-clj-parser (create)
|
||||||
(origami-lisp-parser create "(def\\(\\w\\|-\\)*\\s-*\\(\\s_\\|\\w\\|[?!]\\)*\\([ \\t]*\\[.*?\\]\\)?"))
|
(origami-lisp-parser create "(def\\(\\w\\|-\\)*\\s-*\\(\\s_\\|\\w\\|[?!]\\)*\\([ \\t]*\\[.*?\\]\\)?"))
|
||||||
|
Loading…
Reference in New Issue
Block a user