<?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[User define Language question]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am trying to have a specific colour for anything starting with $ and finishing by # and starting with $ and finishing by ? I am trying to play with the user define language without lot of success. I am assuming is possible as pre-user SHELL language manage to do it.</p>
<p dir="auto">I am using the “Operators and delimiters” with Open $ and close #, does not seem we can use several options in the close</p>
<p dir="auto">Working fine :</p>
<p dir="auto"><img src="/assets/uploads/files/1733299873128-23eba99b-0e25-494b-b915-ec72c4778e22-image.png" alt="23eba99b-0e25-494b-b915-ec72c4778e22-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But not working</p>
<p dir="auto"><img src="/assets/uploads/files/1733300063523-f56e3133-5190-4021-9a78-dedfa89ceecf-image.png" alt="f56e3133-5190-4021-9a78-dedfa89ceecf-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26425/user-define-language-question</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 01:19:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26425.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Dec 2024 08:15:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to User define Language question on Wed, 04 Dec 2024 14:26:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murim-baudin" aria-label="Profile: MURIM-BAUDIN">@<bdi>MURIM-BAUDIN</bdi></a> said in <a href="/post/98379">User define Language question</a>:</p>
<blockquote>
<p dir="auto">I am assuming is possible as pre-user SHELL language manage to do it.</p>
</blockquote>
<p dir="auto">To clarify, the pre-defined languages are all made with custom code compiled into the Notepad++ source; the UDL are all based on simple text-matching without any wildcard ability or any such “fancy” features.  Just because something can be done in a built-in lexer doesn’t mean it can be replicated in UDL.</p>
<p dir="auto">For anything more complicated than simple text-matching, UDL is not sufficient.  You would either need something like a lexer plugin, or have another plugin (like <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a>’s EnhanceAnyLexer, already mentioned) that could provide an alternative method of doing the highlighting.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98386</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98386</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 04 Dec 2024 14:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to User define Language question on Wed, 04 Dec 2024 11:15:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murim-baudin" aria-label="Profile: MURIM-BAUDIN">@<bdi>MURIM-BAUDIN</bdi></a></p>
<p dir="auto">No, that does not work. You could use the EnhanceAnyLexer plugin and use two regexes for it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98380</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98380</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 04 Dec 2024 11:15:45 GMT</pubDate></item></channel></rss>