[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-24 r116927: Highlight more Module methods
From: |
Dmitry Gutov |
Subject: |
[Emacs-diffs] emacs-24 r116927: Highlight more Module methods |
Date: |
Wed, 09 Apr 2014 00:14:42 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116927
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17216
committer: Dmitry Gutov <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-04-09 04:14:37 +0400
message:
Highlight more Module methods
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
Module methods.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/progmodes/ruby-mode.el
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2014-04-08 19:48:38 +0000
+++ b/lisp/ChangeLog 2014-04-09 00:14:37 +0000
@@ -1,3 +1,8 @@
+2014-04-09 Dmitry Gutov <address@hidden>
+
+ * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
+ Module methods. (Bug#17216)
+
2014-04-08 Stefan Monnier <address@hidden>
* help.el (describe-bindings): Fix buffer handling (bug#17210).
=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el 2014-03-27 08:21:15 +0000
+++ b/lisp/progmodes/ruby-mode.el 2014-04-09 00:14:37 +0000
@@ -2065,6 +2065,10 @@
"include"
"module_function"
"prepend"
+ "private_class_method"
+ "private_constant"
+ "public_class_method"
+ "public_constant"
"refine"
"using")
'symbols))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-24 r116927: Highlight more Module methods,
Dmitry Gutov <=