Highlight more Module methods
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 9 Apr 2014 00:14:37 +0000 (04:14 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 9 Apr 2014 00:14:37 +0000 (04:14 +0400)
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
Module methods.

Fixes: debbugs:17216

lisp/ChangeLog
lisp/progmodes/ruby-mode.el

index 3b5b789..09d5ff4 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
+       Module methods.  (Bug#17216)
+
 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * help.el (describe-bindings): Fix buffer handling (bug#17210).
index 6c6cdd3..9127367 100644 (file)
@@ -2065,6 +2065,10 @@ See `font-lock-syntax-table'.")
           "include"
           "module_function"
           "prepend"
+          "private_class_method"
+          "private_constant"
+          "public_class_method"
+          "public_constant"
           "refine"
           "using")
         'symbols))