summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/php-mode.el
diff options
context:
space:
mode:
authorSimeon Simeonov2017-05-15 10:56:44 +0200
committerSimeon Simeonov2017-05-15 10:56:44 +0200
commit0235194b50893effa55d3d6f0178906574104124 (patch)
tree7bb89ee7e0a86ea0eec8763522250f264f3b8960 /.emacs.d/lisp/php-mode.el
parent633aa066a900607361b85b110db9ac387b5f258b (diff)
Update yasnippet and php-mode
Diffstat (limited to '.emacs.d/lisp/php-mode.el')
-rw-r--r--.emacs.d/lisp/php-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/php-mode.el b/.emacs.d/lisp/php-mode.el
index 12aa8c0..60df841 100644
--- a/.emacs.d/lisp/php-mode.el
+++ b/.emacs.d/lisp/php-mode.el
@@ -1584,7 +1584,8 @@ a completion list."
1584 1 font-lock-type-face) 1584 1 font-lock-type-face)
1585 1585
1586 ;; Highlight return types in functions and methods. 1586 ;; Highlight return types in functions and methods.
1587 ("function.+:\\s-?\\??\\(\\(?:\\sw\\|\\s_\\)+\\)" 1 font-lock-type-face) 1587 ("function.+:\\s-*\\??\\(\\(?:\\sw\\|\\s_\\)+\\)" 1 font-lock-type-face)
1588 (")\\s-*:\\s-*\\??\\(\\(?:\\sw\\|\\s_\\)+\\)\\s-*\{" 1 font-lock-type-face)
1588 1589
1589 ;; Highlight class names used as nullable type hints 1590 ;; Highlight class names used as nullable type hints
1590 ("\\?\\(\\(:?\\sw\\|\\s_\\)+\\)\\s-+\\$" 1 font-lock-type-face) 1591 ("\\?\\(\\(:?\\sw\\|\\s_\\)+\\)\\s-+\\$" 1 font-lock-type-face)