]> git.eshelyaron.com Git - emacs.git/commitdiff
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 3b5b7898933c073fc989205ed3c02f39bacb34a8..09d5ff427bbcdd465f529d2ff85717ea6bdfad31 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 6c6cdd3427da543cef362b17563384accd3c424a..912736707efd712ad3f2f23bd5ffe87f4931cd2e 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))