我正在使用Tim Pope的rails.vim插件,除了Capybara的新DSL包含feature
,scenario
,background
等关键字外,它大部分都突出了我想要的几乎所有内容。等
我不想仅为这两个关键字创建新的语法文件,只需将它们添加到现有关键字。
答案 0 :(得分:0)
找到rails.vim
文件,其中包含语法内容并添加了关键字。
elseif buffer.type_name('spec') syn keyword rubyRailsTestMethod describe context it its specify shared_examples_for it_should_behave_like before after subject fixtures controller_name helper_name feature scenario background
这个答案给了我一个提示:Automate rails.vim