branch: externals/phps-mode
commit 11309b858c4a41da3638ac79c9244ece28e59dec
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated readme
---
README.md | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 559e3c2..58be432 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ This mode does not require PHP installed on computer because
it has a elisp base
* Lexer based on official PHP re2c lexer (100%)
* Imenu support (100%)
* Incremental lexer and syntax coloring after buffer changes (75%)
+* Incremental indentation and imenu calculation after buffer changes (50%)
* Wisent LALR parser based on official PHP yacc parser automatically converted
grammar (50%)
+* Approach flycheck about including support for this module by default (0%)
* Full integration with Emacs Semantic subsystem (30%)
* Flymake support (0%)
* PSR-2 auto-formatting tool based on lexer tokens (0%)
@@ -54,20 +56,35 @@ Indentations, incremental processes, Imenu-support.
make test-functions
```
-### Integration tests
+## Integration tests
-This should test all other parts in collaboration. Not ready yet
+This should test all other parts in collaboration.
``` bash
make test-integration
```
-### All tests
+## All tests
``` bash
make tests
```
+## Compilation
+
+
+### Compile
+
+``` bash
+make compile
+```
+
+### Clean
+
+``` bash
+make clean
+```
+
## Installation example
Download to `~/.emacs.d/phps-mode/` and then add this to your init file: