summaryrefslogtreecommitdiffstats
path: root/after/syntax/ruby.vim
diff options
context:
space:
mode:
authorTommy Morgan <tommy@wellbredgrapefruit.com>2013-09-14 09:46:15 -0400
committerTommy Morgan <tommy@wellbredgrapefruit.com>2013-09-14 09:46:15 -0400
commite59b949deff549473e9ca71425dfdd4dee2e0bde (patch)
treeff413638486547c80d70f5cc9d35207eba930c43 /after/syntax/ruby.vim
parentf0d869aea78030c6f802013a108678dd98e82378 (diff)
downloadvim-polyglot-e59b949deff549473e9ca71425dfdd4dee2e0bde.tar.gz
vim-polyglot-e59b949deff549473e9ca71425dfdd4dee2e0bde.zip
Use the official tomdoc.vim repository
https://github.com/duwanis/tomdoc.vim is the offical tomdoc.vim repo, and has a few extra changes in it that mutewinter's fork does not. This commit adjusts the readme and updates the after/coffee.vim and after/ruby.vim files to reflect the latest changes for this plugin.
Diffstat (limited to 'after/syntax/ruby.vim')
-rw-r--r--after/syntax/ruby.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/syntax/ruby.vim b/after/syntax/ruby.vim
index 1d164fdf..faa52b00 100644
--- a/after/syntax/ruby.vim
+++ b/after/syntax/ruby.vim
@@ -15,6 +15,6 @@ syn match tomdocDescriptions +\s*Public:+he=e-1 containedin=rubyComment containe
syn match tomdocDescriptions +\s*Internal:+he=e-1 containedin=rubyComment contained
syn match tomdocDescriptions +\s*Deprecated:+he=e-1 containedin=rubyComment contained
-hi default link tomdocDescriptions TODO
-hi default link tomdocKeywords TODO
+hi default link tomdocDescriptions String
+hi default link tomdocKeywords String
hi default link tomdocArguments HELP