diff --git a/recipes/company-php.rcp b/recipes/company-php.rcp new file mode 100644 index 000000000..c53f6db11 --- /dev/null +++ b/recipes/company-php.rcp @@ -0,0 +1,7 @@ +(:name company-php + :description "Company version of PHP auto completion source" + :type github + :pkgname "xcwen/ac-php" + :build (("rm" "-f" "ac-php.el") + ("sed" "-i" "s/\(require \\x27company\)/\(require \\x27company-mode\)/g" "company-php.el")) + :depends (php-mode company-mode s f popup dash xcscope))