diff --git a/origami-parsers.el b/origami-parsers.el index fcfd81f..a09e865 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -37,6 +37,7 @@ '((java-mode . origami-c-style-parser) (c-mode . origami-c-style-parser) (c++-mode . origami-c-style-parser) + (cperl-mode . origami-c-style-parser) (emacs-lisp-mode . origami-elisp-parser) (lisp-interaction-mode . origami-elisp-parser) (clojure-mode . origami-clj-parser))