branch: externals/phps-mode
commit 8298a6a39ca1b494e1a418ec4077aa1c061d935c
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Colorized strings after namespace separator
---
 phps-mode-lexer.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index ab461da..15e8b3d 100644
--- a/phps-mode-lexer.el
+++ b/phps-mode-lexer.el
@@ -223,6 +223,7 @@
    ((and
      phps-mode-lexer-COLOR_SYNTAX-previous-token
      (or (string= phps-mode-lexer-COLOR_SYNTAX-previous-token 'T_NAMESPACE)
+         (string= phps-mode-lexer-COLOR_SYNTAX-previous-token 'T_NS_SEPARATOR)
          (string= phps-mode-lexer-COLOR_SYNTAX-previous-token 'T_CLASS)
          (string= phps-mode-lexer-COLOR_SYNTAX-previous-token 'T_FUNCTION))
      (string= token 'T_STRING))

Reply via email to