<?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[Comment block in lisp file doesn&#x27;t display correctly]]></title><description><![CDATA[<p dir="auto">Notepad++ 7.3.3<br />
In lisp file, ;| and |; mark a comment block and it will be displayed in comment color. But only the first line beginning with ;| is displayed correctly and the color of the other lines looks incorrectly. Is it a bug?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13476/comment-block-in-lisp-file-doesn-t-display-correctly</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 22:13:22 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13476.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Mar 2017 12:26:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Comment block in lisp file doesn&#x27;t display correctly on Sun, 19 Mar 2017 14:17:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xiao-cai" aria-label="Profile: Xiao-Cai">@<bdi>Xiao-Cai</bdi></a></p>
<p dir="auto">maybe this was used in the past but current lexer defines</p>
<pre><code>		} else if (state == SCE_LISP_MULTI_COMMENT) {
			if (ch == '|' &amp;&amp; chNext == '#') {
				i++;
				chNext = styler.SafeGetCharAt(i + 1);
				styler.ColourTo(i, state);
				state = SCE_LISP_DEFAULT;
			}
</code></pre>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22836</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22836</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 19 Mar 2017 14:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to Comment block in lisp file doesn&#x27;t display correctly on Sun, 19 Mar 2017 05:00:33 GMT]]></title><description><![CDATA[<p dir="auto">The lisp line in langs.xml is like this:<br />
&lt;Language name=“lisp” ext=“lsp” commentLine=“;;” commentStart=“;|” commentEnd=“|;”&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22831</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22831</guid><dc:creator><![CDATA[Xiao Cai]]></dc:creator><pubDate>Sun, 19 Mar 2017 05:00:33 GMT</pubDate></item><item><title><![CDATA[Reply to Comment block in lisp file doesn&#x27;t display correctly on Sat, 18 Mar 2017 20:26:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xiao-cai" aria-label="Profile: Xiao-Cai">@<bdi>Xiao-Cai</bdi></a></p>
<p dir="auto">looks like comment block is #| and |#</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22825</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22825</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 18 Mar 2017 20:26:42 GMT</pubDate></item></channel></rss>