diff --git a/recipes/pcre2el.rcp b/recipes/pcre2el.rcp new file mode 100644 index 00000000..f3c76372 --- /dev/null +++ b/recipes/pcre2el.rcp @@ -0,0 +1,7 @@ +(:name pcre2el + :description "pcre2el: parse, convert, and font-lock PCRE, Emacs and rx regexps" + :type github + :pkgname "joddie/pcre2el" + :postinit (progn + (autoload (quote rxt-mode) "pcre2el" t) + (autoload (quote rxt-global-mode) "pcre2el" t)))