From c297f6673cce687ccc089c28d70042c2e524a352 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Feb 2002 15:31:37 +0000 Subject: * misc/ruby-mode.el (ruby-font-lock-keywords): fontify instance/class/global variables start with '_'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9cb4c7fc9..54e36477d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,11 @@ Sun Feb 17 18:10:09 2002 Nobuyoshi Nakada * class.c (rb_define_class_under): ditto. +Thu Feb 16 02:11:08 2002 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-font-lock-keywords): fontify + instance/class/global variables start with '_'. + Fri Feb 15 14:40:38 2002 Yukihiro Matsumoto * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set(). -- cgit