branch: externals/phps-mode commit 73c4106bbff2782699c358f0c5badf6993e48e85 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated readme and version --- README.md | 1 - phps-mode.el | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4c93672be3..14a55afc4d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ This mode does not require PHP installed on your computer because it has a built * Mode-line asynchronous status * Bookkeeping in lexical-analysis, showing defined and undefined variables via syntax coloring (requires a theme that has distinct colors for 'font-lock-warning-face and 'font-lock-variable-name-face) * Canonical LR(1) Parser automatically generated from official PHP 8.0 LALR(1) YACC grammar -* ## Issues and roadmap diff --git a/phps-mode.el b/phps-mode.el index 52a0c8442f..35e0b2cf6d 100644 --- a/phps-mode.el +++ b/phps-mode.el @@ -5,8 +5,8 @@ ;; Author: Christian Johansson <christ...@cvj.se> ;; Maintainer: Christian Johansson <christ...@cvj.se> ;; Created: 3 Mar 2018 -;; Modified: 26 Jan 2022 -;; Version: 0.4.14 +;; Modified: 27 Jan 2022 +;; Version: 0.4.15 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-phps-mode @@ -30,10 +30,9 @@ ;;; Commentary: -;; A major-mode that uses original PHP lex-analyzer and parser for syntax coloring, imenu and indentation making it easier to spot errors in syntax. +;; A major-mode that uses original PHP lex-analyzer and parser for syntax coloring, bookkeeping, imenu and indentation making it easier to spot errors in syntax. ;; -;; Also includes full support for PSR-1 and PSR-2 indentation and imenu. -;; Improved syntax table in comparison with old PHP major-mode. +;; Also includes full support for PSR-1 and PSR-2 indentation and indentaton for HTML/XML contents. ;; ;; For flycheck support run `(phps-mode-flycheck-setup)'. ;;