I’m using Tim Pope’s rails.vim plugin and for the most part it highlights nearly everything I want, except Capybara’s new DSL which contains keywords like feature, scenario, background etc.
I don’t want to create a new syntax file just for those two keywords, just need to add them to the existing one.
Found
rails.vimfile which holds syntax stuff and added the keywords.This answer gave me the hint where to look: Automate rails.vim