branch: externals/phps-mode commit ff5fbd617d8e67f14f8928fd21f4de56bead987a Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated modified date, version and documentation --- README.md | 4 ++-- phps-mode.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdb00d347b..b622f90118 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This mode does not require PHP installed on your computer because it has a built * GPLv3 license * Flycheck support with `(phps-mode-flycheck-setup)` -* Lexer based on official PHP 8.3 re2c generated lexer -* Canonical LR(1) Parser automatically generated from the official PHP 8.3 LALR(1) YACC grammar +* Lexer based on official PHP 8.4 re2c generated lexer +* Canonical LR(1) Parser automatically generated from the official PHP 8.4 LALR(1) YACC grammar * Syntax coloring based on lexer tokens, makes it easier to spot invalid code * PSR-1, PSR-2 and PSR-12 indentation * PSR-1, PSR-2 and PSR-12 supported white-space diff --git a/phps-mode.el b/phps-mode.el index 397e8d10a4..0aaa9f81f3 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: 3 Mar 2025 -;; Version: 0.4.50 +;; Modified: 28 Apr 2025 +;; Version: 0.4.51 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-phps-mode