<?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[Highlight problem, I do not want to highlight the first argument of my function.]]></title><description><![CDATA[<p dir="auto">If I put a space between opening brace and the first argument it is not highlighted but,<br />
If I do not put (write right after) it, it highlighted just like a function.<br />
I can not put space every function.<br />
That is stupid thing to do.<br />
Help please.</p>
<p dir="auto">upper picture is current problem<br />
lower picture is manually put a space between it<br />
I’d like to have just plain argument for the firs one.</p>
<p dir="auto"><a href="https://1.bp.blogspot.com/-QNUC4kd4Y8I/XBiWR4JMAOI/AAAAAAAAAAM/6-G_u_9VWFAW0xG8rdhhbPZsgMftnPYAACLcBGAs/s1600/Clipboard.jpg" rel="nofollow ugc">ScreenShot</a></p>
<p dir="auto">Thanks</p>
<p dir="auto">[posting a picture is soooo difficult in here]</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16809/highlight-problem-i-do-not-want-to-highlight-the-first-argument-of-my-function</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 14:27:56 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16809.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Dec 2018 06:57:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Highlight problem, I do not want to highlight the first argument of my function. on Tue, 18 Dec 2018 22:29:25 GMT]]></title><description><![CDATA[<p dir="auto">ah<br />
I just have fixed it<br />
I missed “( )”<br />
so I added it<br />
Now works fine !!<br />
<img src="https://2.bp.blogspot.com/-ZWFR__dAc2U/XBluQxyDuWI/AAAAAAAAAAY/YKhgtXUmqt855ki8GnrsU09sxdBJvBFEACLcBGAs/s1600/0.PNG" alt="Screenshot" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/37686</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/37686</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Tue, 18 Dec 2018 22:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to Highlight problem, I do not want to highlight the first argument of my function. on Tue, 18 Dec 2018 16:58:25 GMT]]></title><description><![CDATA[<p dir="auto">All right<br />
Thanks for the kind reply - Peter Jones !!!</p>
<p dir="auto">I’ll have to find it by myself.</p>
<p dir="auto">Regards</p>
]]></description><link>https://community.notepad-plus-plus.org/post/37669</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/37669</guid><dc:creator><![CDATA[오바마]]></dc:creator><pubDate>Tue, 18 Dec 2018 16:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to Highlight problem, I do not want to highlight the first argument of my function. on Tue, 18 Dec 2018 14:19:33 GMT]]></title><description><![CDATA[<p dir="auto">For your problem: since you’ve got a UDL (User Defined Language), we cannot know exactly how you have things defined, so it makes it harder for us to debug your problem.  If you gave us example text (see <a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a>’s <a href="https://notepad-plus-plus.org/community/topic/14262/how-to-markdown-code-on-this-forum/4" rel="nofollow ugc">Markdown on this Forum</a> for examples of how to give sample text), along with the UDL definition (screenshots, or the <strong>UDL &gt; Export</strong> XML results), we <em>might</em> be able to help you debug.</p>
<p dir="auto">But the UDL does have limitations, and you cannot always define a UDL in <em>exactly</em> the manner that will make you happy.    At that point, you need a custom lexer, either by writing the lexer plugin, or using something else generic.  Some months back, <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a> made some posts on a <a href="https://github.com/bruderstein/PythonScript/" rel="nofollow ugc">PythonScript</a>-based lexer, as an alternative to the builtin UDL lexer, which allows defining styles based on regular expressions.  I’ve never tried to use them, but in September, at the end of <a href="https://notepad-plus-plus.org/community/topic/16164/bug-javascript-multiline-character-not-understood-by-notepad/8" rel="nofollow ugc">this other thread</a>, I compiled a list of links to her posts about it.  I’ve never tried implementing a regex-UDL using her solution, but it may be worth trying out – I’d recommend giving it a try.</p>
<p dir="auto">Regarding the image: it’s not really that hard.  Save the image to an external host, such as imgur (or, as you did, blogsplot).  Use Markdown syntax to embed the image.</p>
<p dir="auto">If you don’t know Markdown syntax, you might notice in the make-a-post window, there was a little grey “COMPOSE ?”.  If you click on the “?”, it directs you to the <a href="https://daringfireball.net/projects/markdown/syntax" rel="nofollow ugc">Markdown Syntax</a> page, where you can click on the <a href="https://daringfireball.net/projects/markdown/syntax#img" rel="nofollow ugc">Images</a> link, which explains the inline-image syntax.  As in any online forum, you sometimes have to follow the links to the help pages to find out how to format a post; it’s standard practice.)  For your screen shot, you were nearly there.  You used <code>[ScreenShot](https://1.bp.blogspot.com/-QNUC4kd4Y8I/XBiWR4JMAOI/AAAAAAAAAAM/6-G_u_9VWFAW0xG8rdhhbPZsgMftnPYAACLcBGAs/s1600/Clipboard.jpg)</code> to link to the image; if you’d read the help files, you would have seen that to embed an image, it’s the same syntax, except prefixed with an exclamation point: <code>![ScreenShot](https://1.bp.blogspot.com/-QNUC4kd4Y8I/XBiWR4JMAOI/AAAAAAAAAAM/6-G_u_9VWFAW0xG8rdhhbPZsgMftnPYAACLcBGAs/s1600/Clipboard.jpg)</code>.  This would render as: <img src="https://1.bp.blogspot.com/-QNUC4kd4Y8I/XBiWR4JMAOI/AAAAAAAAAAM/6-G_u_9VWFAW0xG8rdhhbPZsgMftnPYAACLcBGAs/s1600/Clipboard.jpg" alt="ScreenShot" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/37662</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/37662</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 18 Dec 2018 14:19:33 GMT</pubDate></item></channel></rss>