<?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: Shader syntax highlighting in Visual Studio 2013</title>
	<atom:link href="http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/</link>
	<description>Horse Drawn Games</description>
	<lastBuildDate>Tue, 12 Jun 2018 14:36:54 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Sam</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-113</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Sun, 14 May 2017 00:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-113</guid>
		<description><![CDATA[It should work. If you have any problems feel free to log an issue on GitHub at https://github.com/samizzo/nshader.]]></description>
		<content:encoded><![CDATA[<p>It should work. If you have any problems feel free to log an issue on GitHub at <a href="https://github.com/samizzo/nshader" rel="nofollow">https://github.com/samizzo/nshader</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Elizio</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-112</link>
		<dc:creator><![CDATA[Antonio Elizio]]></dc:creator>
		<pubDate>Sat, 13 May 2017 15:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-112</guid>
		<description><![CDATA[This extension works in VS 2017 community?]]></description>
		<content:encoded><![CDATA[<p>This extension works in VS 2017 community?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-107</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Thu, 09 Mar 2017 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-107</guid>
		<description><![CDATA[That&#039;s great, thanks for the tip! I&#039;m surprised it works but there you go!]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s great, thanks for the tip! I&#8217;m surprised it works but there you go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-106</link>
		<dc:creator><![CDATA[Anon]]></dc:creator>
		<pubDate>Thu, 09 Mar 2017 22:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-106</guid>
		<description><![CDATA[Guys, if you want to support custom extensions, you can manually edit the .vsix file. 
The .vsix file is just a zip. So I unzipped it, looked for the syntax highlighting i wanted (.glsl). 
It appears in two places. 

Copy all the relevant lines for the first occurence from glsl and just past them below it, and change the extension i.e i pasted this to use &quot;.vs&quot; to get glsl highlighting:

&quot;vs&quot;=dword:00000020
&quot;DisplayName&quot;=&quot;#115&quot;
&quot;Package&quot;=&quot;{dd9b8cde-96a0-4442-bf6f-083a7f43d453}&quot;
[$RootKey$\Editors\{3224b0db-6280-470b-b57a-d6e31b8a5856}\Extensions]

Do the same for the next occurence, for example I copy pasted renamed this:
[$RootKey$\Languages\File Extensions\.vs]
@=&quot;{e1e045da-7e8d-4da1-94cc-93e9a1c1e289}&quot;

When done, right click on all the source files you unzipped and click add to archive, select ZIP format, and name extension .vsix and click compress.

Install the modifed extension and it works.]]></description>
		<content:encoded><![CDATA[<p>Guys, if you want to support custom extensions, you can manually edit the .vsix file.<br />
The .vsix file is just a zip. So I unzipped it, looked for the syntax highlighting i wanted (.glsl).<br />
It appears in two places. </p>
<p>Copy all the relevant lines for the first occurence from glsl and just past them below it, and change the extension i.e i pasted this to use &#8220;.vs&#8221; to get glsl highlighting:</p>
<p>&#8220;vs&#8221;=dword:00000020<br />
&#8220;DisplayName&#8221;=&#8221;#115&#8243;<br />
&#8220;Package&#8221;=&#8221;{dd9b8cde-96a0-4442-bf6f-083a7f43d453}&#8221;<br />
[$RootKey$\Editors\{3224b0db-6280-470b-b57a-d6e31b8a5856}\Extensions]</p>
<p>Do the same for the next occurence, for example I copy pasted renamed this:<br />
[$RootKey$\Languages\File Extensions\.vs]<br />
@=&#8221;{e1e045da-7e8d-4da1-94cc-93e9a1c1e289}&#8221;</p>
<p>When done, right click on all the source files you unzipped and click add to archive, select ZIP format, and name extension .vsix and click compress.</p>
<p>Install the modifed extension and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QQ</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-105</link>
		<dc:creator><![CDATA[QQ]]></dc:creator>
		<pubDate>Thu, 02 Feb 2017 09:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-105</guid>
		<description><![CDATA[Really usefull, thanks a lot !]]></description>
		<content:encoded><![CDATA[<p>Really usefull, thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-104</link>
		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 21:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-104</guid>
		<description><![CDATA[Awesome! Thanks :)]]></description>
		<content:encoded><![CDATA[<p>Awesome! Thanks <img src="http://www.horsedrawngames.com/2014/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-102</link>
		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sun, 11 Dec 2016 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-102</guid>
		<description><![CDATA[Thank you very much. Exactly what i was searching for.]]></description>
		<content:encoded><![CDATA[<p>Thank you very much. Exactly what i was searching for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jie</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-101</link>
		<dc:creator><![CDATA[Jie]]></dc:creator>
		<pubDate>Thu, 24 Nov 2016 08:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-101</guid>
		<description><![CDATA[Awesome! Thanks so much.]]></description>
		<content:encoded><![CDATA[<p>Awesome! Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lywx</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-99</link>
		<dc:creator><![CDATA[Lywx]]></dc:creator>
		<pubDate>Tue, 08 Nov 2016 12:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-99</guid>
		<description><![CDATA[Awesome work! Thank you so much!]]></description>
		<content:encoded><![CDATA[<p>Awesome work! Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://www.horsedrawngames.com/shader-syntax-highlighting-in-visual-studio-2013/#comment-88</link>
		<dc:creator><![CDATA[Raul]]></dc:creator>
		<pubDate>Wed, 08 Jun 2016 17:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.horsedrawngames.com/?p=95#comment-88</guid>
		<description><![CDATA[You saved my life. Thanks! :)]]></description>
		<content:encoded><![CDATA[<p>You saved my life. Thanks! <img src="http://www.horsedrawngames.com/2014/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
