<?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 for &lt;cfwipe /&gt;</title>
	<atom:link href="http://cfwipe.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://cfwipe.com</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 08:01:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on CFLoop - Cfscript, JSP, or CFML by Shayne</title>
		<link>http://cfwipe.com/good-to-know/cfloop-cfscript-jsp-or-cfml.cfm#comment-9</link>
		<dc:creator>Shayne</dc:creator>
		<pubDate>Mon, 07 Jul 2008 23:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=6#comment-9</guid>
		<description>It was mentioned on the blog, linked at the top of this article - that this "bug" or problem has been addressed in ColdFusion 8 (referenced as Scorpio) and can be fixed by turning on Whitespace Management in the ColdFusion Administrator in CF MX 7. - Though I recommend it to be on in CF 8 as well. :)</description>
		<content:encoded><![CDATA[<p>It was mentioned on the blog, linked at the top of this article - that this &#8220;bug&#8221; or problem has been addressed in ColdFusion 8 (referenced as Scorpio) and can be fixed by turning on Whitespace Management in the ColdFusion Administrator in CF MX 7. - Though I recommend it to be on in CF 8 as well. <img src='http://cfwipe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by adam</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-8</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sun, 29 Jun 2008 04:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-8</guid>
		<description>this one works better: (Note that "include coldfusion-functions" is a separate pattern that may not be in your language file)
 {
 "begin" : "(?:^\\s+)?]*/&#62;)",
         "patterns" : [
            {
               "include" : "#tag-stuff"
            },
            {
               "begin" : "(?)",
               "patterns" : [
                  {
                     "include" : "text.html.cfm"
                  },
                  {
                  	"include" : "#coldfusion-functions"
                  },
                  {
                     "include" : "source.js"
                  }
               ],
               "name" : "source.sql.embedded",
               "end" : "(?=&#60;/(?i:cfscript))"
            }
         ],
         "name" : "meta.tag.cfscript.cfm",
         "captures" : {
            "1" : {
               "name" : "entity.name.tag.cfscript.cfm"
            }
         },
         "end" : "(?:\\s*\\n)?"
      },</description>
		<content:encoded><![CDATA[<p>this one works better: (Note that &#8220;include coldfusion-functions&#8221; is a separate pattern that may not be in your language file)<br />
 {<br />
 &#8220;begin&#8221; : &#8220;(?:^\\s+)?]*/&gt;)&#8221;,<br />
         &#8220;patterns&#8221; : [<br />
            {<br />
               "include" : "#tag-stuff"<br />
            },<br />
            {<br />
               "begin" : "(?)",<br />
               "patterns" : [<br />
                  {<br />
                     "include" : "text.html.cfm"<br />
                  },<br />
                  {<br />
                  	"include" : "#coldfusion-functions"<br />
                  },<br />
                  {<br />
                     "include" : "source.js"<br />
                  }<br />
               ],<br />
               &#8220;name&#8221; : &#8220;source.sql.embedded&#8221;,<br />
               &#8220;end&#8221; : &#8220;(?=&lt;/(?i:cfscript))&#8221;<br />
            }<br />
         ],<br />
         &#8220;name&#8221; : &#8220;meta.tag.cfscript.cfm&#8221;,<br />
         &#8220;captures&#8221; : {<br />
            &#8220;1&#8243; : {<br />
               &#8220;name&#8221; : &#8220;entity.name.tag.cfscript.cfm&#8221;<br />
            }<br />
         },<br />
         &#8220;end&#8221; : &#8220;(?:\\s*\\n)?&#8221;<br />
      },</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by adam</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-7</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 28 Jun 2008 16:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-7</guid>
		<description>I should say that my version that's in JSON format is only for e.  textmate editor looks to do it in a script</description>
		<content:encoded><![CDATA[<p>I should say that my version that&#8217;s in JSON format is only for e.  textmate editor looks to do it in a script</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by Shayne</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-6</link>
		<dc:creator>Shayne</dc:creator>
		<pubDate>Wed, 25 Jun 2008 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-6</guid>
		<description>@Charles

Sure, here's the URL to the paste: http://pastebin.ca/raw/1055902</description>
		<content:encoded><![CDATA[<p>@Charles</p>
<p>Sure, here&#8217;s the URL to the paste: <a href="http://pastebin.ca/raw/1055902" rel="nofollow">http://pastebin.ca/raw/1055902</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by Charles G.</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-5</link>
		<dc:creator>Charles G.</dc:creator>
		<pubDate>Wed, 25 Jun 2008 18:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-5</guid>
		<description>Shayne,

Thanks for the quick response.

I'm sorry, I'm very familiar with XML and I've tried pasting the  block you have above in several places that seem to make sense within the root element. However, when I reload the bundle it still seems to ignore the language file and all syntax is lost.

I've checked out the latest copy of the bundle from the macromates subversion repository so that I can revert back to the original whenever a change I make doesn't work. Would you be willing to share your tmLanguage file for comparison's sake so that I know I'm not going crazy? =)</description>
		<content:encoded><![CDATA[<p>Shayne,</p>
<p>Thanks for the quick response.</p>
<p>I&#8217;m sorry, I&#8217;m very familiar with XML and I&#8217;ve tried pasting the  block you have above in several places that seem to make sense within the root element. However, when I reload the bundle it still seems to ignore the language file and all syntax is lost.</p>
<p>I&#8217;ve checked out the latest copy of the bundle from the macromates subversion repository so that I can revert back to the original whenever a change I make doesn&#8217;t work. Would you be willing to share your tmLanguage file for comparison&#8217;s sake so that I know I&#8217;m not going crazy? =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by Shayne</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-4</link>
		<dc:creator>Shayne</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-4</guid>
		<description>@Charles

My best guess is that you're inadvertently breaking the syntax of the tmLanguage file. With either the XML or Adam's approach, you need to make sure you don't break the layout and syntax of the file. It needs to fit in specifically.

That is to say, don't just add either one of these sections to the bottom of the file, instead - take some time to study the layout of the file and I am sure you'll see where it should fit.</description>
		<content:encoded><![CDATA[<p>@Charles</p>
<p>My best guess is that you&#8217;re inadvertently breaking the syntax of the tmLanguage file. With either the XML or Adam&#8217;s approach, you need to make sure you don&#8217;t break the layout and syntax of the file. It needs to fit in specifically.</p>
<p>That is to say, don&#8217;t just add either one of these sections to the bottom of the file, instead - take some time to study the layout of the file and I am sure you&#8217;ll see where it should fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by Charles G.</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-3</link>
		<dc:creator>Charles G.</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-3</guid>
		<description>I'm just not having any luck getting either of these solutions to work. When I try editing the tmLanguage file and installing the bundle, the language entry disappears from the list and all text formatting is lost.

When I try implementing the solution posted in the comments above, I keep getting the following error:

Error Parsing Language Grammar
line 236:1: expecting EOF, found '{'

I'm new to TextMate and would really love to get this to work, any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m just not having any luck getting either of these solutions to work. When I try editing the tmLanguage file and installing the bundle, the language entry disappears from the list and all text formatting is lost.</p>
<p>When I try implementing the solution posted in the comments above, I keep getting the following error:</p>
<p>Error Parsing Language Grammar<br />
line 236:1: expecting EOF, found &#8216;{&#8217;</p>
<p>I&#8217;m new to TextMate and would really love to get this to work, any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Temporary Solution To &#60;cfscript /&#62; Syntax Highlighting In TextMate and E-TextEditor by Adam Cox</title>
		<link>http://cfwipe.com/tips-tricks/a-temporary-solution-to-cfscript-syntax-highlighting-in-textmate-and-e-texteditor.cfm#comment-2</link>
		<dc:creator>Adam Cox</dc:creator>
		<pubDate>Mon, 16 Jun 2008 20:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://cfwipe.com/?p=4#comment-2</guid>
		<description>To do this through the bundle editor.  Open bundle editor and find the language file(black L circle) under Coldfusion. Copy this text into your language file. please be aware of leading and trailing commas
&lt;code&gt;{
   "begin" : "(?:^\\s+)?(]*/&#62;)",
   "patterns" : [
      {
         "include" : "#tag-stuff"
      },
      {
         "begin" : "(?&#60;!)",
         "patterns" : [
            {
               "name" : "comment.line.double-slash.js",
               "match" : "(//).*?((?=&#60;/cfscript)&#124;$\\n?)",
               "captures" : {
                  "1" : {
                     "name" : "punctuation.definition.comment.js"
                  }
               }
            },
            {
               "begin" : "/\\*",
               "name" : "comment.block.js",
               "captures" : {
                  "0" : {
                     "name" : "punctuation.definition.comment.js"
                  }
               },
               "end" : "\\*/&#124;(?=&#60;/cfscript)"
            },
            {
               "include" : "source.js"
            }
         ],
         "captures" : {
            "1" : {
               "name" : "punctuation.definition.tag.html"
            },
            "2" : {
               "name" : "entity.name.tag.script.html"
            }
         },
         "end" : "(&#60;/)((?i:cfscript))"
      }
   ],
   "name" : "source.js.embedded.html",
   "endCaptures" : {
      "2" : {
         "name" : "punctuation.definition.tag.html"
      }
   },
   "end" : "(?&#60;=)(?:\\s*\\n)?",
   "beginCaptures" : {
      "1" : {
         "name" : "punctuation.definition.tag.html"
      },
      "2" : {
         "name" : "entity.name.tag.script.html"
      }
   }
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>To do this through the bundle editor.  Open bundle editor and find the language file(black L circle) under Coldfusion. Copy this text into your language file. please be aware of leading and trailing commas<br />
<code>{<br />
   "begin" : "(?:^\\s+)?(]*/&gt;)",<br />
   "patterns" : [<br />
      {<br />
         "include" : "#tag-stuff"<br />
      },<br />
      {<br />
         "begin" : "(?&lt;!)",<br />
         "patterns" : [<br />
            {<br />
               "name" : "comment.line.double-slash.js",<br />
               "match" : "(//).*?((?=&lt;/cfscript)|$\\n?)",<br />
               "captures" : {<br />
                  "1" : {<br />
                     "name" : "punctuation.definition.comment.js"<br />
                  }<br />
               }<br />
            },<br />
            {<br />
               "begin" : "/\\*",<br />
               "name" : "comment.block.js",<br />
               "captures" : {<br />
                  "0" : {<br />
                     "name" : "punctuation.definition.comment.js"<br />
                  }<br />
               },<br />
               "end" : "\\*/|(?=&lt;/cfscript)"<br />
            },<br />
            {<br />
               "include" : "source.js"<br />
            }<br />
         ],<br />
         &#8220;captures&#8221; : {<br />
            &#8220;1&#8243; : {<br />
               &#8220;name&#8221; : &#8220;punctuation.definition.tag.html&#8221;<br />
            },<br />
            &#8220;2&#8243; : {<br />
               &#8220;name&#8221; : &#8220;entity.name.tag.script.html&#8221;<br />
            }<br />
         },<br />
         &#8220;end&#8221; : &#8220;(&lt;/)((?i:cfscript))&#8221;<br />
      }<br />
   ],<br />
   &#8220;name&#8221; : &#8220;source.js.embedded.html&#8221;,<br />
   &#8220;endCaptures&#8221; : {<br />
      &#8220;2&#8243; : {<br />
         &#8220;name&#8221; : &#8220;punctuation.definition.tag.html&#8221;<br />
      }<br />
   },<br />
   &#8220;end&#8221; : &#8220;(?&lt;=)(?:\\s*\\n)?&#8221;,<br />
   &#8220;beginCaptures&#8221; : {<br />
      &#8220;1&#8243; : {<br />
         &#8220;name&#8221; : &#8220;punctuation.definition.tag.html&#8221;<br />
      },<br />
      &#8220;2&#8243; : {<br />
         &#8220;name&#8221; : &#8220;entity.name.tag.script.html&#8221;<br />
      }<br />
   }<br />
}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
