From 45e97ff1f9d0ca2201e704910d58247afa5ca9d6 Mon Sep 17 00:00:00 2001
From: Peter Odding <peter@peterodding.com>
Date: Mon, 23 May 2011 20:40:27 +0200
Subject: Dynamic highlighting for Ruby source code (issue #9)

---
 doc/easytags.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'doc')

diff --git a/doc/easytags.txt b/doc/easytags.txt
index b9ec98c..9ac777c 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -36,8 +36,8 @@ file you're editing in Vim (as long as it's on the local file system), tags
 will always be available by the time you need them!
 
 Additionally if the file you just opened is a C, C++, Objective-C, Java, Lua,
-Python, PHP or Vim source file you should also notice that the function and
-type names defined in the file have been syntax highlighted.
+Python, PHP, Ruby or Vim source file you should also notice that the function
+and type names defined in the file have been syntax highlighted.
 
 The 'easytags.vim' plug-in is intended to work automatically once it's
 installed, but if you want to change how it works there are several options
@@ -269,6 +269,8 @@ by the easytags plug-in:
 
  - C#: 'csClassOrStructTag', 'csMethodTag'
 
+ - Ruby: 'rubyModuleNameTag', 'rubyClassNameTag', 'rubyMethodNameTag'
+
 As you can see each of these names ends in 'Tag' to avoid conflicts with the
 syntax modes shipped with Vim. And about the singular/plural confusion: I've
 tried to match the existing highlighting groups defined by popular syntax
-- 
cgit v1.2.3