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

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

[elpa] externals/phps-mode 27cd705 069/405: Updated readme


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 27cd705 069/405: Updated readme
Date: Sat, 13 Jul 2019 09:59:45 -0400 (EDT)

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

    Updated readme
---
 README.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b05047c..506b1d6 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,12 @@ With current progress estimates:
 * Syntax coloring based on lexer tokens (100%)
 * PSR based indentation based on lexer tokens (90%)
 * Wisent LALR parser based on official PHP yacc parser automatically converted 
(60%)
-* Incremental lexer and syntax coloring after changes (50%)
+* Incremental lexer and syntax coloring after buffer changes (50%)
 * Full integration with Emacs Semantic subsystem (30%)
 * Flymake support (0%)
 * PSR-2 auto-formatting tool based on lexer tokens (0%)
+* Add to MELPA (0%)
+* Add to ELPA (0%)
 
 ## Unit tests
 
@@ -38,5 +40,14 @@ make test-parser
 make test-functions
 ```
 
-## Installation
+## Installation example
+
+Download to `~/.emacs.d/phps-mode/` and then add this to your init file:
+
+``` emacs-lisp
+(add-to-list 'load-path "~/.emacs.d/phps-mode/")
+(use-package phps-mode
+    :mode ("\\.php\\'" "\\.phtml\\'")
+)
+```
 



reply via email to

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