1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: php-elisp
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
, Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 11)
, dh-elpa
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/php-elisp
Vcs-Git: https://salsa.debian.org/emacsen-team/php-elisp.git
Homepage: https://github.com/emacs-php/php-mode
Testsuite: autopkgtest-pkg-elpa
Package: elpa-php-mode
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs (>= 46.0)
Suggests: php
, php-cli
Enhances: emacs
, emacs25
Breaks: php-elisp (<< 1.21.0-1)
Replaces: php-elisp(<< 1.21.0-1)
Description: PHP Mode for GNU Emacs
This project updates PHP Mode for GNU Emacs with features that make
it more friendly to use with PHP 5.4 and later. Web Mode should be
used in preference to PHP Mode when one needs to work with PHP
scripts that contain HTML and other markup. Supports:
* Highlighting for keywords, for all official PHP magic and
predefined constants, for PHPDoc tags and annotations, and for
customised user-defined lists of frequently used constants.
* Imenu listings for traits, interfaces, namespaces, and anonymous
functions.
* Syntax highlighting, including fontification of namespaces.
* Chained Method Calls that align method calls over multiple lines
anchored around the '->' operator.
* Prettified formatting of arrays and nested function calls.
* Flymake on-the-fly syntax checking.
* Searching PHP documentation using key at point (under cursor).
* Executing Regions of PHP. Output appears in the *PHP* buffer.
* Multiple coding styles. In addition to its default style, this
mode supports Drupal, WordPress, Symfony2, and PEAR/PSR-2.
* Amaka. PHP Mode activates when editing build scripts.
* Most of PSR-5: PHPDoc (Draft).
Package: php-elisp
Architecture: all
Depends: elpa-php-mode
, ${misc:Depends}
Section: oldlibs
Description: transitional package, php-elisp to elpa-php-mode
PHP Mode for GNU Emacs has been elpafied. This dummy transitional
package facilitates the transition from php-elisp to elpa-php-mode
and is safe to remove.
|