branch: externals/phps-mode commit 1be92700bdf2693cf24e277f7e16392a6454c20d Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
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)