pcre2el recipe

This commit is contained in:
Adriean Khisbe 2014-06-14 20:12:55 +02:00
parent a5343e2a9e
commit 4280fb7cf2

7
recipes/pcre2el.rcp Normal file
View File

@ -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)))