aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-05-23 20:40:27 +0200
committerPeter Odding <peter@peterodding.com>2011-05-23 20:40:27 +0200
commit45e97ff1f9d0ca2201e704910d58247afa5ca9d6 (patch)
tree4f304403e43a240a414a0621926ab8a4fb224b1f /doc
parentf980d5d303a2d1009fc8cba87791b12938ac053f (diff)
downloadvim-easytags-45e97ff1f9d0ca2201e704910d58247afa5ca9d6.tar.gz
Dynamic highlighting for Ruby source code (issue #9)
Diffstat (limited to 'doc')
-rw-r--r--doc/easytags.txt6
1 files changed, 4 insertions, 2 deletions
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