<?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: VIM: ActionScript and MXML syntax files</title>
	<atom:link href="http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/</link>
	<description>a developer and entrepreneur on web technologies, adobe flash platform (flex, flash, air), web, opensource, linux, free software, usability, startups, India...</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:09:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-6762</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-6762</guid>
		<description>And I second  Geoff&#039;s comment about actionscript inside a CDATA in a MXML file being syntax highlighted differently than in an actionscript file. It looks wierd...</description>
		<content:encoded><![CDATA[<p>And I second  Geoff&#39;s comment about actionscript inside a CDATA in a MXML file being syntax highlighted differently than in an actionscript file. It looks wierd&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-6761</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-6761</guid>
		<description>Patch: Let syntax files be stored in ~/.vim/syntax&lt;br&gt;&lt;br&gt;I&#039;m sure if I put the syntax files under /usr/share they&#039;d work fine. But when I put them under ~/.vim/syntax, I got this error:&lt;br&gt;&lt;br&gt;Error detected while processing /home/pvm/.vim/syntax/mxml.vim:&lt;br&gt;line  302:&lt;br&gt;E484: Can&#039;t open file /home/pvm/.vim/syntax/dtd.vim&lt;br&gt;&lt;br&gt;This patch fixed that for me, allowing me to put the syntax files in my user .vim dir:&lt;br&gt;&gt; svn diff&lt;br&gt;Index: mxml.vim&lt;br&gt;===================================================================&lt;br&gt;--- mxml.vim	(revision 1527)&lt;br&gt;+++ mxml.vim	(working copy)&lt;br&gt;@@ -299,7 +299,7 @@&lt;br&gt; &lt;br&gt; syn keyword xmlDocTypeKeyword contained DOCTYPE PUBLIC SYSTEM&lt;br&gt; syn region  xmlInlineDTD contained matchgroup=xmlDocTypeDecl start=&quot;[&quot; end=&quot;]&quot; contains=@xmlDTD&lt;br&gt;-syn include @xmlDTD &lt;sfile&gt;:p:h/dtd.vim&lt;br&gt;+runtime ! syntax/dtd.vim&lt;br&gt; unlet b:current_syntax</description>
		<content:encoded><![CDATA[<p>Patch: Let syntax files be stored in ~/.vim/syntax</p>
<p>I&#39;m sure if I put the syntax files under /usr/share they&#39;d work fine. But when I put them under ~/.vim/syntax, I got this error:</p>
<p>Error detected while processing /home/pvm/.vim/syntax/mxml.vim:<br />line  302:<br />E484: Can&#39;t open file /home/pvm/.vim/syntax/dtd.vim</p>
<p>This patch fixed that for me, allowing me to put the syntax files in my user .vim dir:<br />&gt; svn diff<br />Index: mxml.vim<br />===================================================================<br />&#8212; mxml.vim	(revision 1527)<br />+++ mxml.vim	(working copy)<br />@@ -299,7 +299,7 @@</p>
<p> syn keyword xmlDocTypeKeyword contained DOCTYPE PUBLIC SYSTEM<br /> syn region  xmlInlineDTD contained matchgroup=xmlDocTypeDecl start=&#8221;[" end="]&#8221; contains=@xmlDTD<br />-syn include @xmlDTD &lt;sfile&gt;:p:h/dtd.vim<br />+runtime ! syntax/dtd.vim<br /> unlet b:current_syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: queria</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-6640</link>
		<dc:creator>queria</dc:creator>
		<pubDate>Tue, 25 Aug 2009 08:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-6640</guid>
		<description>Hi Abdul.

Its great ... thanks very much!

Q.</description>
		<content:encoded><![CDATA[<p>Hi Abdul.</p>
<p>Its great &#8230; thanks very much!</p>
<p>Q.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-4372</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Tue, 07 Jul 2009 18:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-4372</guid>
		<description>@Sam Thanks. I know, I also wanted a VIM plugin for Eclipse and realized there are couple of such plugins, not really stable and usable. Then I realized, Eclipse is different thing and while using existing VIM plugins for Eclipse, my experience has not been good. It&#039;s like trying to fit something meant for different world into something else.

However, I would see when one appears.

-abdul</description>
		<content:encoded><![CDATA[<p>@Sam Thanks. I know, I also wanted a VIM plugin for Eclipse and realized there are couple of such plugins, not really stable and usable. Then I realized, Eclipse is different thing and while using existing VIM plugins for Eclipse, my experience has not been good. It&#8217;s like trying to fit something meant for different world into something else.</p>
<p>However, I would see when one appears.</p>
<p>-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Wilson</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-4363</link>
		<dc:creator>Sam Wilson</dc:creator>
		<pubDate>Tue, 07 Jul 2009 13:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-4363</guid>
		<description>Very nice stuff, I&#039;m going to try to implement these files today. My dream would be a vim plugin that matches Eclipse (FDT). There is a Ruby vim plugin that allows the functionality of clicking on a class name and doing some key command and you go to that class&#039;s definition. That&#039;s exactly what I&#039;d like to see here, maybe I can learn enough to make that happen.</description>
		<content:encoded><![CDATA[<p>Very nice stuff, I&#8217;m going to try to implement these files today. My dream would be a vim plugin that matches Eclipse (FDT). There is a Ruby vim plugin that allows the functionality of clicking on a class name and doing some key command and you go to that class&#8217;s definition. That&#8217;s exactly what I&#8217;d like to see here, maybe I can learn enough to make that happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1731</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1731</guid>
		<description>@vuthecuong I need to check that and probably fix it.
@Martin I would check that too.
Thanks for update.
-abdul
</description>
		<content:encoded><![CDATA[<p>@vuthecuong I need to check that and probably fix it.<br />
@Martin I would check that too.<br />
Thanks for update.<br />
-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vuthecuong</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1730</link>
		<dc:creator>vuthecuong</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1730</guid>
		<description>It works very well in mxml file with embedded actionscript functions.
However, when I indent above mxml file (gg=G), the mxml parts indented well but the actionscript funtions code did not being indented at all.
Does anyone as same as me?
If indent well, this is perfect :)
Could anyone tell me how can I indent mxml file with embedded actionscript code?
thanks and regards
</description>
		<content:encoded><![CDATA[<p>It works very well in mxml file with embedded actionscript functions.<br />
However, when I indent above mxml file (gg=G), the mxml parts indented well but the actionscript funtions code did not being indented at all.<br />
Does anyone as same as me?<br />
If indent well, this is perfect <img src='http://www.abdulqabiz.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Could anyone tell me how can I indent mxml file with embedded actionscript code?<br />
thanks and regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burteen</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1729</link>
		<dc:creator>Burteen</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1729</guid>
		<description>This is awesome
</description>
		<content:encoded><![CDATA[<p>This is awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1728</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 19 Aug 2008 18:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1728</guid>
		<description>Is there a way to enable/add folding on the actionscript syntax file?
</description>
		<content:encoded><![CDATA[<p>Is there a way to enable/add folding on the actionscript syntax file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1727</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 30 Nov 2007 19:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1727</guid>
		<description>Incredibly helpful - thanks!
For Actionscript 3 within an mxml file script tag, the syntax coloring is different than actionscript in a standalone *.as file - is that your intention (or maybe my environment is messed up :) ?
</description>
		<content:encoded><![CDATA[<p>Incredibly helpful &#8211; thanks!<br />
For Actionscript 3 within an mxml file script tag, the syntax coloring is different than actionscript in a standalone *.as file &#8211; is that your intention (or maybe my environment is messed up <img src='http://www.abdulqabiz.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1726</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Wed, 21 Nov 2007 00:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1726</guid>
		<description>Quick suggestion on implementing them:
Add this to your $HOME/.vimrc:
au BufNewFile,BufRead *.mxml set filetype=mxml
au BufNewFile,BufRead *.as set filetype=actionscript
The instructions that are linked to don&#039;t include the mxml line and they don&#039;t work when you&#039;re creating a new file!
</description>
		<content:encoded><![CDATA[<p>Quick suggestion on implementing them:<br />
Add this to your $HOME/.vimrc:<br />
au BufNewFile,BufRead *.mxml set filetype=mxml<br />
au BufNewFile,BufRead *.as set filetype=actionscript<br />
The instructions that are linked to don&#8217;t include the mxml line and they don&#8217;t work when you&#8217;re creating a new file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DLikhten</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/10/12/vim-actionscript-and-mxml-syntax-files/comment-page-1/#comment-1725</link>
		<dc:creator>DLikhten</dc:creator>
		<pubDate>Thu, 15 Nov 2007 21:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=339#comment-1725</guid>
		<description>You rule!!!!
This is great!
Now all we need is to modify eclipse java editor to take in syntax from actionscript and eclipse jsp editor to handle MXML (after all it is just like JSPs) and we got a semi-working ide :)
</description>
		<content:encoded><![CDATA[<p>You rule!!!!<br />
This is great!<br />
Now all we need is to modify eclipse java editor to take in syntax from actionscript and eclipse jsp editor to handle MXML (after all it is just like JSPs) and we got a semi-working ide <img src='http://www.abdulqabiz.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
