<?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"
	>
<channel>
	<title>Comments on: TextMate syntax coloring and Rails 2.0</title>
	<atom:link href="http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/</link>
	<description>Greg Pierce's blog</description>
	<pubDate>Sat, 22 Nov 2008 02:49:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jmr</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-13813</link>
		<dc:creator>jmr</dc:creator>
		<pubDate>Thu, 14 Aug 2008 01:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-13813</guid>
		<description>that's cool, but ...


now i have a new erb.icns file.
how do i tell TextMate to use it with .erb files??</description>
		<content:encoded><![CDATA[<p>that&#8217;s cool, but &#8230;</p>
<p>now i have a new erb.icns file.<br />
how do i tell TextMate to use it with .erb files??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6502.fr</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-13647</link>
		<dc:creator>6502.fr</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-13647</guid>
		<description>&lt;strong&gt;Coloration syntaxique des fichiers .html.erb dans TextMate...&lt;/strong&gt;

TextMate Version 1.5.7 (1436) ne reconnaît pas l&#8217;extension .html.erb dans le bundle Ruby on Rails. Pour l&#8217;ajouter, ouvrir le Bundle Editor, filtrer par Langage, et sélectionner HTML (Rails) sous Ruby on Rails. Ajouter l&#8217;extension :
...</description>
		<content:encoded><![CDATA[<p><strong>Coloration syntaxique des fichiers .html.erb dans TextMate&#8230;</strong></p>
<p>TextMate Version 1.5.7 (1436) ne reconnaît pas l&#8217;extension .html.erb dans le bundle Ruby on Rails. Pour l&#8217;ajouter, ouvrir le Bundle Editor, filtrer par Langage, et sélectionner HTML (Rails) sous Ruby on Rails. Ajouter l&#8217;extension :<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TextMate and Rails 2.0 &#171; Origin: Rails Example Applications</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-12705</link>
		<dc:creator>TextMate and Rails 2.0 &#171; Origin: Rails Example Applications</dc:creator>
		<pubDate>Wed, 14 May 2008 04:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-12705</guid>
		<description>[...] What to do? A few people have suggested tweaks using TextMate&#8217;s Bundle Editor (here and here). A better option is the new TextMate Rails 2.0 bundle now under development by Dr Nic Williams. [...]</description>
		<content:encoded><![CDATA[<p>[...] What to do? A few people have suggested tweaks using TextMate&#8217;s Bundle Editor (here and here). A better option is the new TextMate Rails 2.0 bundle now under development by Dr Nic Williams. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Pugh</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-12138</link>
		<dc:creator>Eric Pugh</dc:creator>
		<pubDate>Sun, 23 Mar 2008 19:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-12138</guid>
		<description>Thanks for the tip.  I've been slacking on fixing this annoyance and finally saw how simple it was and it worked great!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  I&#8217;ve been slacking on fixing this annoyance and finally saw how simple it was and it worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-11626</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 29 Jan 2008 18:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-11626</guid>
		<description>Weird, It only works on the layouts folder, but when I've added it on the HTML bundle, it works

just add 'html.erb' on the fileTypes:

e.g.
	
fileTypes = ( 'html', 'htm', 'shtml', 'xhtml', 'phtml', 'php', 'inc', 'tmpl', 'tpl', 'html.erb');</description>
		<content:encoded><![CDATA[<p>Weird, It only works on the layouts folder, but when I&#8217;ve added it on the HTML bundle, it works</p>
<p>just add &#8216;html.erb&#8217; on the fileTypes:</p>
<p>e.g.</p>
<p>fileTypes = ( &#8216;html&#8217;, &#8216;htm&#8217;, &#8217;shtml&#8217;, &#8216;xhtml&#8217;, &#8216;phtml&#8217;, &#8216;php&#8217;, &#8216;inc&#8217;, &#8216;tmpl&#8217;, &#8216;tpl&#8217;, &#8216;html.erb&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keithv</title>
		<link>http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-11501</link>
		<dc:creator>keithv</dc:creator>
		<pubDate>Mon, 14 Jan 2008 18:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://greg.agiletortoise.com/2007/10/19/textmate-syntax-coloring-and-rails-20/#comment-11501</guid>
		<description>awesome! thanks for helping me fix this niggle.</description>
		<content:encoded><![CDATA[<p>awesome! thanks for helping me fix this niggle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
