tpope / vim-cucumber

Vim Cucumber runtime files

Home Page:http://www.vim.org/scripts/script.php?script_id=2973

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add syntax highlighting to strings inside a step line

gaffneyc opened this issue · comments

Given something like:
When I fill in "search" with "query"

It would be nice if "search" and "query" were highlighted as strings. Cucumber's web steps use this as a pretty common pattern.

Double quoted strings are just a convention and supporting just the core language results in some pretty busy highlighting even without this addition. I'm passing on this.