<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gherkin Highlighting for VIM</title>
	<atom:link href="http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/</link>
	<description>A technical blog written by Richard Paul</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe magni</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-9918</link>
		<dc:creator>Joe magni</dc:creator>
		<pubDate>Tue, 07 Feb 2012 02:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-9918</guid>
		<description>Thanks everyone!  Jim Hopp - you made my day!  I am just getting started in the Gherkin, Sinatra, Capybara, Cucumber, Ruby world.  And having vim being able to display syntax in colors is helpful!  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks everyone!  Jim Hopp &#8211; you made my day!  I am just getting started in the Gherkin, Sinatra, Capybara, Cucumber, Ruby world.  And having vim being able to display syntax in colors is helpful!  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Love</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-6933</link>
		<dc:creator>Steve Love</dc:creator>
		<pubDate>Tue, 20 Dec 2011 17:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-6933</guid>
		<description>It looks like the vimrc filetype and syntax commands listed here aren&#039;t necessary. The cucumber.vim plugin on its own works perfectly.</description>
		<content:encoded><![CDATA[<p>It looks like the vimrc filetype and syntax commands listed here aren&#8217;t necessary. The cucumber.vim plugin on its own works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Hopp</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-6734</link>
		<dc:creator>Jim Hopp</dc:creator>
		<pubDate>Tue, 06 Dec 2011 19:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-6734</guid>
		<description>Instructions above didn&#039;t work for me (MaxOSX 10.6.6, vim 7.2.108). 

I was able to get it to work by doing this:
1. Move ~/.vim/cucumber.vim to ~/.vim/syntax/gherkin.vim
2. Remove the &quot;au!&quot; line in ~/.vimrc</description>
		<content:encoded><![CDATA[<p>Instructions above didn&#8217;t work for me (MaxOSX 10.6.6, vim 7.2.108). </p>
<p>I was able to get it to work by doing this:<br />
1. Move ~/.vim/cucumber.vim to ~/.vim/syntax/gherkin.vim<br />
2. Remove the &#8220;au!&#8221; line in ~/.vimrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent J. Nordquist</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-4782</link>
		<dc:creator>Brent J. Nordquist</dc:creator>
		<pubDate>Sun, 12 Jun 2011 01:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-4782</guid>
		<description>Petri: Not sure if this will work better for you, but:

1. I downloaded the tpope cucumber.vim from the following URL, using curl or wget:  https://raw.github.com/tpope/vim-cucumber/master/syntax/cucumber.vim

The http://github.com URL takes you to the vim-cucumber project page, whereas the https://raw.github.com URL is the link for the cucumber.vim file itself. Look inside your cucumber.vim after the download and make sure it looks like a vim file, and not like HTML.

2. I put the cucumber.vim file into ~/.vim/syntax not ~/.vim (and made the corresponding change to the path in .vimrc given above).</description>
		<content:encoded><![CDATA[<p>Petri: Not sure if this will work better for you, but:</p>
<p>1. I downloaded the tpope cucumber.vim from the following URL, using curl or wget:  <a href="https://raw.github.com/tpope/vim-cucumber/master/syntax/cucumber.vim" rel="nofollow">https://raw.github.com/tpope/vim-cucumber/master/syntax/cucumber.vim</a></p>
<p>The <a href="http://github.com" rel="nofollow">http://github.com</a> URL takes you to the vim-cucumber project page, whereas the <a href="https://raw.github.com" rel="nofollow">https://raw.github.com</a> URL is the link for the cucumber.vim file itself. Look inside your cucumber.vim after the download and make sure it looks like a vim file, and not like HTML.</p>
<p>2. I put the cucumber.vim file into ~/.vim/syntax not ~/.vim (and made the corresponding change to the path in .vimrc given above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Paul</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-1275</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-1275</guid>
		<description>Hmmm, sorry Petri, all I can say is &#039;it works on my machine&#039;.</description>
		<content:encoded><![CDATA[<p>Hmmm, sorry Petri, all I can say is &#8216;it works on my machine&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petri</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-1274</link>
		<dc:creator>Petri</dc:creator>
		<pubDate>Mon, 09 Aug 2010 12:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-1274</guid>
		<description>I can&#039;t get this to work. I downloaded cucumber.vim, put it in /home/myacct/.vim/, added those lines in /home/myacct/.vimrc, but nothing happened.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work. I downloaded cucumber.vim, put it in /home/myacct/.vim/, added those lines in /home/myacct/.vimrc, but nothing happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Paul</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-1103</link>
		<dc:creator>Richard Paul</dc:creator>
		<pubDate>Sat, 03 Jul 2010 10:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-1103</guid>
		<description>Vim usually comes with XML syntax highlighting by default, you might need to turn syntax highlighting to auto to have it automatically picked up.</description>
		<content:encoded><![CDATA[<p>Vim usually comes with XML syntax highlighting by default, you might need to turn syntax highlighting to auto to have it automatically picked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehul</title>
		<link>http://www.rapaul.com/2010/06/21/gherkin-highlighting-for-vim/comment-page-1/#comment-1093</link>
		<dc:creator>Mehul</dc:creator>
		<pubDate>Thu, 01 Jul 2010 05:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rapaul.com/?p=587#comment-1093</guid>
		<description>That is a really neat feaature. Custom highlighting in VIM based on the file type. I didnt know you could do that.

I should look for some of these to make viewing XML files easier to read.</description>
		<content:encoded><![CDATA[<p>That is a really neat feaature. Custom highlighting in VIM based on the file type. I didnt know you could do that.</p>
<p>I should look for some of these to make viewing XML files easier to read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

