branch: externals/phps-mode
commit 44a997e9282e586660f66bc95edfc2f71a8f1aa8
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added syntax coloring for "." tokens
---
phps-mode-lexer.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index f7f1223..5a81a94 100644
--- a/phps-mode-lexer.el
+++ b/phps-mode-lexer.el
@@ -234,6 +234,7 @@
(string= token ">")
(string= token ":")
(string= token ",")
+ (string= token ".")
(string= token "(")
(string= token ")")
(string= token "[")