branch: externals/phps-mode commit 832f1a96c5563f6a18a30c7d147b0427397467bb Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Added note about bookkeeping syntax coloring theme requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b47b5de..397c5f7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This mode does not require PHP installed on your computer because it has a built * A interactive function that can be used interactively to format buffers `(phps-mode-format-buffer)` * Support for asynchronous lexer via processes (`async.el`) or threads * Mode-line asynchronous status -* Bookkeeping in lexical-analysis, showing defined and undefined variables via syntax coloring +* Bookkeeping in lexical-analysis, showing defined and undefined variables via syntax coloring (requires a theme that has distinct colors for 'font-lock-warning-face and 'font-lock-variable-name-face) ## Roadmap