<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Markdown Vim Mode</title>
	<atom:link href="http://plasticboy.com/markdown-vim-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://plasticboy.com</link>
	<description>Ben Williams&#039; blog about technology, Linux, digital music, Rhapsody, veganism, and a little politics.</description>
	<lastBuildDate>Fri, 02 Sep 2011 19:55:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Hacklog &#187; Markdown in Vim</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-77348</link>
		<dc:creator>Hacklog &#187; Markdown in Vim</dc:creator>
		<pubDate>Fri, 02 Sep 2011 19:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-77348</guid>
		<description>&lt;p&gt;[...] Markdown Vim Mode &#124; PlasticBoy [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Markdown Vim Mode | PlasticBoy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevengharms.com &#187; Blog Archive &#187; Preview Markdown as rendered HTML from Vim</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-69849</link>
		<dc:creator>stevengharms.com &#187; Blog Archive &#187; Preview Markdown as rendered HTML from Vim</dc:creator>
		<pubDate>Sun, 18 Apr 2010 07:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-69849</guid>
		<description>&lt;p&gt;[...] it&#8217;s better than the alternative. Ergo, I downloaded the Markdown extension for VIM. This was a step forward because it provided me the syntax highlighting that makes the process a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] it&#8217;s better than the alternative. Ergo, I downloaded the Markdown extension for VIM. This was a step forward because it provided me the syntax highlighting that makes the process a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My blogging tools &#124; BenCrowder.net</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-65783</link>
		<dc:creator>My blogging tools &#124; BenCrowder.net</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-65783</guid>
		<description>&lt;p&gt;[...] files with a .text extension so I can easily add Markdown syntax highlighting in Vim (using the Markdown Vim mode). Here&#8217;s the relevant section of my [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] files with a .text extension so I can easily add Markdown syntax highlighting in Vim (using the Markdown Vim mode). Here&#8217;s the relevant section of my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markdown syntax highlighting and conversion in vim &#187; Justin Henry's green galoshes</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-65399</link>
		<dc:creator>Markdown syntax highlighting and conversion in vim &#187; Justin Henry's green galoshes</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-65399</guid>
		<description>&lt;p&gt;[...] PlasticBoy got me most of the way there when it came to syntax highlighting. All I had to do was figure out how it fit into my .vim directory structure, which is a clone of Martin Greffel&#8217;s excellent setup. This turned out to be pretty straightforward [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] PlasticBoy got me most of the way there when it came to syntax highlighting. All I had to do was figure out how it fit into my .vim directory structure, which is a clone of Martin Greffel&#8217;s excellent setup. This turned out to be pretty straightforward [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Incredible Vehicle &#183; Markin&#8217; it down</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-60722</link>
		<dc:creator>Incredible Vehicle &#183; Markin&#8217; it down</dc:creator>
		<pubDate>Mon, 20 Jul 2009 04:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-60722</guid>
		<description>&lt;p&gt;[...] I found a Wordpress plugin and a Vim syntax file, I was all [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I found a WordPress plugin and a Vim syntax file, I was all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PlasticBoy &#187; Blog Archive &#187; Implementing Markdown with Regular Expressions</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-60246</link>
		<dc:creator>PlasticBoy &#187; Blog Archive &#187; Implementing Markdown with Regular Expressions</dc:creator>
		<pubDate>Thu, 09 Jul 2009 17:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-60246</guid>
		<description>&lt;p&gt;[...] using regular expressions. After years of tweaking and user contributions, the regexps in the Markdown Vim syntax file are now so complex, even I don&#8217;t understand [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] using regular expressions. After years of tweaking and user contributions, the regexps in the Markdown Vim syntax file are now so complex, even I don&#8217;t understand [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elsewhere, on July 9th - Once a nomad, always a nomad</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-60217</link>
		<dc:creator>Elsewhere, on July 9th - Once a nomad, always a nomad</dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-60217</guid>
		<description>&lt;p&gt;[...] PlasticBoy » Markdown Vim Mode &#8212; 8:35pm via [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] PlasticBoy » Markdown Vim Mode &mdash; 8:35pm via [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobiphil &#187; Blog Archive &#187; press that word with vim &#8230; or posting wordpress blog with vim</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-55711</link>
		<dc:creator>mobiphil &#187; Blog Archive &#187; press that word with vim &#8230; or posting wordpress blog with vim</dc:creator>
		<pubDate>Sun, 08 Jun 2008 13:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-55711</guid>
		<description>&lt;p&gt;[...] and the markdown vim mod     Posted in blog, editor by mobiphil RSS 2.0        Leave Your [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] and the markdown vim mod     Posted in blog, editor by mobiphil RSS 2.0        Leave Your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek Inside &#187; Vim + Markdown = Simple text editing</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-54958</link>
		<dc:creator>The Geek Inside &#187; Vim + Markdown = Simple text editing</dc:creator>
		<pubDate>Mon, 14 Apr 2008 22:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-54958</guid>
		<description>&lt;p&gt;[...] no trae por default un archivo de sintaxis para Markdown,sin embargo Plasicboy nos proporciona un artículo el cual nos ayuda a preparar nuestro Vim o cualquiera de sus variantes como: gVim, MacVim&#8230;, [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] no trae por default un archivo de sintaxis para Markdown,sin embargo Plasicboy nos proporciona un artículo el cual nos ayuda a preparar nuestro Vim o cualquiera de sus variantes como: gVim, MacVim&#8230;, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vim modo Markdown &#124; Blog do Caio</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-52975</link>
		<dc:creator>Vim modo Markdown &#124; Blog do Caio</dc:creator>
		<pubDate>Sun, 02 Sep 2007 20:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-52975</guid>
		<description>&lt;p&gt;[...] Para maiores informações consulte a página do criador dessa técnica. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Para maiores informações consulte a página do criador dessa técnica. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: plasticboy.com @ 2012-05-23 15:47:20 -->
