branch: externals/phps-mode
commit efeaaddc5adf2e764ada8377635c10ff596abe82
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated version and description
---
phps-mode.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/phps-mode.el b/phps-mode.el
index c79973a..450ca08 100644
--- a/phps-mode.el
+++ b/phps-mode.el
@@ -5,8 +5,8 @@
;; Author: Christian Johansson <[email protected]>
;; Maintainer: Christian Johansson <[email protected]>
;; Created: 3 Mar 2018
-;; Modified: 18 Sep 2021
-;; Version: 0.4.7
+;; Modified: 29 Oct 2021
+;; Version: 0.4.8
;; Keywords: tools, convenience
;; URL: https://github.com/cjohansson/emacs-phps-mode
@@ -30,8 +30,7 @@
;;; Commentary:
-;; A major-mode that uses original PHP lexer tokens for syntax coloring and
indentation
-;; making it easier to spot errors in syntax.
+;; 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.
;;
;; Also includes full support for PSR-1 and PSR-2 indentation and imenu.
;; Improved syntax table in comparison with old PHP major-mode.