<?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[nested keywords]]></title><description><![CDATA[<p dir="auto">I have two keywords and one is included in the other. How can I have notepad++ recognize the longest one?</p>
<p dir="auto">the keywords are<br />
!end<br />
!endogenous</p>
<p dir="auto">The problem arises because, in the syntax highlighting, I define a folding code to be</p>
<p dir="auto">!for<br />
…<br />
!end</p>
<p dir="auto">as a result, then “!end” part of !endogenous is highlighted but not the rest</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24836/nested-keywords</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 03:28:20 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24836.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Aug 2023 12:31:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to nested keywords on Sun, 20 Aug 2023 16:55:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a><br />
Thank you so much for the reply. Your suggestion works for another instance (!else and !elseif) but not in the case I mentioned because I also use !end in the “Folding in code 1 style”. I have even removed !end from the list of keywords but it does not help.</p>
<p dir="auto">Thanks again for taking the time to reply!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88752</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88752</guid><dc:creator><![CDATA[Junior Maih]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:55:47 GMT</pubDate></item><item><title><![CDATA[Reply to nested keywords on Sun, 20 Aug 2023 16:39:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/junior-maih" aria-label="Profile: Junior-Maih">@<bdi>Junior-Maih</bdi></a> said in <a href="/post/88746">nested keywords</a>:</p>
<blockquote>
<p dir="auto">I have two keywords and one is included in the other. How can I have notepad++ recognize the longest one?</p>
<p dir="auto">the keywords are<br />
!end<br />
!endogenous</p>
</blockquote>
<p dir="auto">I have always dealt with those by putting the longer keyword before the shorter in my lists of keywords.</p>
<pre><code class="language-txt">!endogenous
!end
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/88751</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88751</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:39:33 GMT</pubDate></item></channel></rss>