emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 0c41d70 2/4: Merge branch 'master' of git.cvj


From: Christian Johansson
Subject: [elpa] externals/phps-mode 0c41d70 2/4: Merge branch 'master' of git.cvj.se:/home/git/emacs-phps-mode
Date: Mon, 1 Nov 2021 12:28:44 -0400 (EDT)

branch: externals/phps-mode
commit 0c41d709167adad640eac2cd0a485e7c5064b139
Merge: 054ee03 544ca52
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Merge branch 'master' of git.cvj.se:/home/git/emacs-phps-mode
---
 phps-mode-parser.el | 17 +++++++++++++++++
 phps-mode.el        |  7 +++----
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/phps-mode-parser.el b/phps-mode-parser.el
index e914eeb..4725e8e 100644
--- a/phps-mode-parser.el
+++ b/phps-mode-parser.el
@@ -1,5 +1,22 @@
 ;;; phps-mode-parser.el --- Exported Emacs Parser Generator -*- 
lexical-binding: t -*-
 
+;; Copyright (C) 2018-2021  Free Software Foundation, Inc.
+
+;; This file is not part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
 
 ;;; Commentary:
 
diff --git a/phps-mode.el b/phps-mode.el
index c79973a..23b09e2 100644
--- a/phps-mode.el
+++ b/phps-mode.el
@@ -5,8 +5,8 @@
 ;; Author: Christian Johansson <christian@cvj.se>
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 3 Mar 2018
-;; Modified: 18 Sep 2021
-;; Version: 0.4.7
+;; Modified: 31 Oct 2021
+;; Version: 0.4.9
 ;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]