<?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[Custom Keyword highlighting]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have some textfiles.<br />
In these textfiles I have marked keywords like this:  {name} or {color}<br />
Afterwards I replace these keywords automatically with values from another program.</p>
<p dir="auto">How can I make these keywords {bla} stand out?<br />
Highlight in a specific color for example…</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12178/custom-keyword-highlighting</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 18:15:06 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12178.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Aug 2016 07:41:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom Keyword highlighting on Mon, 15 Aug 2016 21:59:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello Hans,</p>
<p dir="auto">sorry, unfortunately I didn’t find a reliable way to style text while a lexer is active.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17286</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17286</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 15 Aug 2016 21:59:13 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Thu, 11 Aug 2016 23:23:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello Hans,</p>
<p dir="auto">unfortunately not.<br />
You can only have one lexer active at a time.</p>
<p dir="auto">Not sure if you can hijack the lexer and do some lexer coloring<br />
using another plugin in a reliable way. Some could mark a text, like Scott said,<br />
but using styling … ???</p>
<p dir="auto">Let me think about it.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17213</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17213</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 11 Aug 2016 23:23:35 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Thu, 11 Aug 2016 09:11:28 GMT]]></title><description><![CDATA[<p dir="auto">Thank you both for the response.<br />
I was looking for the solution provided by Claudia.<br />
One more question, is it possible to add this highlight to the existing HTML language?</p>
<p dir="auto">So to keep the default HTML syntax highlighting, but add this custom format to it?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17192</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17192</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 11 Aug 2016 09:11:28 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Wed, 10 Aug 2016 23:15:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello Hans,</p>
<p dir="auto">Scotts solution might be the easiest.<br />
Another attempt would be to define your own UDL.<br />
Open UDL (Language-&gt;Define your language…)<br />
open tab Operators&amp;Delimiters<br />
In Delimiter 1 style put { in Open: field<br />
and } in Close: field.<br />
Press the Styler button and select the foreground color of your choice.<br />
Save it with a meaningful name and close it.<br />
Your UDL should now be visible under the Language menu.<br />
When ever it is needed, select your user defined language (UDL) and everything between {} should be colored.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17179</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17179</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 10 Aug 2016 23:15:59 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Wed, 10 Aug 2016 18:34:44 GMT]]></title><description><![CDATA[<p dir="auto">A lot of things are possible, but the easy way to do this is to use the “Mark” feature (part of find).  In the “Find what” field of the Mark tab (in the Find dialog), enter \{.+?\}.  Make sure “Search Mode” is set to “Regular expression”.  I also would advise checking the “Wrap around” checkbox.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17172</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17172</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 10 Aug 2016 18:34:44 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Wed, 10 Aug 2016 17:30:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi Claudia,</p>
<p dir="auto">Thanks for your response.<br />
I have text files that contain instructions for my customers. In these text files I have added variables, marked with {…}<br />
Afterwards I use a process to replace {name} with an actual customer name. And {city} with the actual customer city.</p>
<p dir="auto">I would like Notepad++ to highlight these ‘variables’…  So any string starting with { and ending with }  should be highlighted with font color red for example.</p>
<p dir="auto">Is this possible?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17169</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17169</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 10 Aug 2016 17:30:01 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Keyword highlighting on Wed, 10 Aug 2016 01:06:28 GMT]]></title><description><![CDATA[<p dir="auto">@Hans-de-Jager</p>
<p dir="auto">sorry don’t get the point -  do have an example what exactly should be achieved?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17146</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17146</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 10 Aug 2016 01:06:28 GMT</pubDate></item></channel></rss>