<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to: {{Moustache}} code highlighting for Notepad++]]></title><description><![CDATA[<p dir="auto">Hi folks!</p>
<p dir="auto">I have some  .php files with Moustache {{}} code in them, and would like the code to be “highlighted correctly” by Notepad++.</p>
<p dir="auto">At the moment all is black and unrecognised!</p>
<p dir="auto">What steps must I undertake to enable Moustache{{ }} code highliting?</p>
<p dir="auto">Please do a step by step as i’m not a seasoned programmer, just content writer who happens to have fall in love with Notepad++ ;)</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14656/how-to-moustache-code-highlighting-for-notepad</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 05:52:03 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14656.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Oct 2017 13:47:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to: {{Moustache}} code highlighting for Notepad++ on Wed, 01 Nov 2017 23:46:54 GMT]]></title><description><![CDATA[<p dir="auto">RegEx Helper as a plugin can offer some help (assuming that RegEx Helper is already installed):</p>
<p dir="auto">Open your file in Notepad++<br />
Set the language to Php<br />
Launch the plugin using Ctrl+F12<br />
Type in the “Regular Expression” window:   ({{)|(}})<br />
Turn on the highlighting using ‘Mark’ button.</p>
<p dir="auto">Tested using this Moustache template:<br />
&lt;strong&gt;Hello, {{firstname}}&lt;/strong&gt;&lt;br&gt;<br />
&lt;p&gt;You are visitor number {{visitorNumber}}.&lt;/p&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27786</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27786</guid><dc:creator><![CDATA[Gogo Neatza]]></dc:creator><pubDate>Wed, 01 Nov 2017 23:46:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to: {{Moustache}} code highlighting for Notepad++ on Tue, 24 Oct 2017 21:30:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sam-zam" aria-label="Profile: Sam-Zam">@<bdi>Sam-Zam</bdi></a></p>
<blockquote>
<p dir="auto">Does that mean that it is not possible let alone easy to have {{moustache}} syntax working in Notepad++?</p>
</blockquote>
<p dir="auto">Yes, the only save way to make this happen is to change the lexer.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27578</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27578</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 24 Oct 2017 21:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to How to: {{Moustache}} code highlighting for Notepad++ on Tue, 24 Oct 2017 10:17:24 GMT]]></title><description><![CDATA[<p dir="auto">Dear Claudia</p>
<p dir="auto">Thank you for your answer. Does that mean that it is not possible let alone easy to have {{moustache}} syntax working in Notepad++?</p>
<p dir="auto">Greetings, Sam</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27565</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27565</guid><dc:creator><![CDATA[Sam Zam]]></dc:creator><pubDate>Tue, 24 Oct 2017 10:17:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to: {{Moustache}} code highlighting for Notepad++ on Fri, 20 Oct 2017 11:50:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sam-zam" aria-label="Profile: Sam-Zam">@<bdi>Sam-Zam</bdi></a></p>
<p dir="auto">npp uses <a href="http://www.scintilla.org/" rel="nofollow ugc">scintilla</a> as its syntax highlighting engine.<br />
In order to make this work, the php (and maybe the html ) lexer needs to be changed.<br />
I found a discussion from <a href="https://sourceforge.net/p/scintilla/feature-requests/942/" rel="nofollow ugc">2012</a> and the author of scintilla<br />
refused to implement this.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27514</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27514</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 20 Oct 2017 11:50:58 GMT</pubDate></item></channel></rss>