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

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

[elpa] externals/phps-mode 36fd241124 27/27: Updated README with PHP 8.2


From: Christian Johansson
Subject: [elpa] externals/phps-mode 36fd241124 27/27: Updated README with PHP 8.2
Date: Sat, 4 Mar 2023 03:25:01 -0500 (EST)

branch: externals/phps-mode
commit 36fd24112469a38a1dbb31e3a6cf1d38f1fb852f
Author: christian <christian@cvj.se>
Commit: christian <christian@cvj.se>

    Updated README with PHP 8.2
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8bbdd47188..69c263be80 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,12 @@ 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.1 re2c generated lexer
+* Lexer based on official PHP 8.2 re2c generated lexer
+* Canonical LR(1) Parser automatically generated from the official PHP 8.2 
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
-* Support for indentation of HTML and XML
+* Support for indentation of HTML, JavaScript and XML
 * Integration with `(electric-pair)`
 * Incremental lexer and syntax coloring after buffer changes
 * Incremental parser, imenu and bookkeeping generation after buffer changes
@@ -32,7 +33,6 @@ This mode does not require PHP installed on your computer 
because it has a built
 * Bookkeeping of symbols via syntax-directed translation, showing defined and 
undefined symbols via syntax coloring (requires a theme that has distinct 
colors for 'font-lock-warning-face and 'font-lock-variable-name-face)
 * Imenu generation via syntax-directed translation, showing namespaces, 
classes, functions, traits, interfaces and variables
 * Generation of symbol-table via syntax-directed translation
-* Canonical LR(1) Parser automatically generated from official PHP 8.1 LALR(1) 
YACC grammar
 
 ## Issues and roadmap
 



reply via email to

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