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

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

[elpa] externals/phps-mode 1be9270 068/405: Updated README


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 1be9270 068/405: Updated README
Date: Sat, 13 Jul 2019 09:59:45 -0400 (EDT)

branch: externals/phps-mode
commit 1be92700bdf2693cf24e277f7e16392a6454c20d
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Updated README
---
 README.md     | 1 +
 phps-lexer.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 927b753..b05047c 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ With current progress estimates:
 * Incremental lexer and syntax coloring after changes (50%)
 * Full integration with Emacs Semantic subsystem (30%)
 * Flymake support (0%)
+* PSR-2 auto-formatting tool based on lexer tokens (0%)
 
 ## Unit tests
 
diff --git a/phps-lexer.el b/phps-lexer.el
index ca68697..2baabc1 100644
--- a/phps-lexer.el
+++ b/phps-lexer.el
@@ -1262,7 +1262,7 @@ ANY_CHAR'
 ;; TODO Need to store lexer state and stack at each changing point of buffer 
to be able to rewind lexer
 (defun phps-mode/lex--SETUP (start end)
   "Just prepare other lexers for lexing region START to END."
-  (message "phps-mode/lex--SETUP %s %s" start end)
+  ;; (message "phps-mode/lex--SETUP %s %s" start end)
   (when (and (eq start 1)
              end)
     (delete-all-overlays)



reply via email to

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