summaryrefslogtreecommitdiffstats
path: root/syntax/ruby.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
commit12db3dafc57d990db2b3758b0d97a37333a0ddab (patch)
tree848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /syntax/ruby.vim
parentd1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff)
downloadvim-polyglot-12db3dafc57d990db2b3758b0d97a37333a0ddab.tar.gz
vim-polyglot-12db3dafc57d990db2b3758b0d97a37333a0ddab.zip
Updatev1.14.1
Diffstat (limited to 'syntax/ruby.vim')
-rw-r--r--syntax/ruby.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ruby.vim b/syntax/ruby.vim
index dc7d2339..5fd39aa3 100644
--- a/syntax/ruby.vim
+++ b/syntax/ruby.vim
@@ -284,7 +284,7 @@ endif
" Comments and Documentation
syn match rubySharpBang "\%^#!.*" display
-syn keyword rubyTodo FIXME NOTE TODO OPTIMIZE XXX todo contained
+syn keyword rubyTodo FIXME NOTE TODO OPTIMIZE HACK REVIEW XXX todo contained
syn match rubyComment "#.*" contains=rubySharpBang,rubySpaceError,rubyTodo,@Spell
if !exists("ruby_no_comment_fold")
syn region rubyMultilineComment start="\%(\%(^\s*#.*\n\)\@<!\%(^\s*#.*\n\)\)\%(\(^\s*#.*\n\)\{1,}\)\@=" end="\%(^\s*#.*\n\)\@<=\%(^\s*#.*\n\)\%(^\s*#\)\@!" contains=rubyComment transparent fold keepend