<?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[How to add custom Style for Batch Code in Style Configurator?]]></title><description><![CDATA[<p dir="auto">Hello, I edited the XML file “stylers.xml” so that the batch section looks like this:</p>
<pre><code>    &lt;LexerType name="batch" desc="Batch" ext=""&gt;
        &lt;WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="12" /&gt;
        &lt;WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /&gt;
        &lt;WordsStyle name="KEYWORDS" styleID="2" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" /&gt;
        &lt;WordsStyle name="LABEL" styleID="3" fgColor="FF0000" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" /&gt;
        &lt;WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /&gt;
        &lt;WordsStyle name="COMMAND" styleID="5" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /&gt;
        &lt;WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" /&gt;
        &lt;WordsStyle name="OPERATOR" styleID="7" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" /&gt;
		&lt;WordsStyle name="TEXTS" styleID="8" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" /&gt;
    &lt;/LexerType&gt;
</code></pre>
<p dir="auto">The “TEXTS” section is new, and I wanted custom colors for echo. However when I opened the configurator, no new style was there for batch. Any ideas on what I’m missing?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15072/how-to-add-custom-style-for-batch-code-in-style-configurator</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 08:25:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15072.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jan 2018 15:42:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add custom Style for Batch Code in Style Configurator? on Sat, 13 Jan 2018 14:33:56 GMT]]></title><description><![CDATA[<p dir="auto">okay… Oh well. Feels like a pretty obvious feature. Hope it will be in there some day! thanks for your help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29433</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29433</guid><dc:creator><![CDATA[Lucas Elliott]]></dc:creator><pubDate>Sat, 13 Jan 2018 14:33:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to add custom Style for Batch Code in Style Configurator? on Thu, 11 Jan 2018 19:38:24 GMT]]></title><description><![CDATA[<p dir="auto">To do what you are wanting would involve alot of code changes to Notepad++ and Scintilla.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29372</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29372</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Thu, 11 Jan 2018 19:38:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to add custom Style for Batch Code in Style Configurator? on Thu, 11 Jan 2018 16:50:24 GMT]]></title><description><![CDATA[<p dir="auto">Okay so StyleID is the type of style not the number? Okay. So now that I know what I can’t do any idea as to what I can do? Heres a pic of what I want: <a href="https://postimg.org/image/5c5b4bhbz/" rel="nofollow ugc">https://postimg.org/image/5c5b4bhbz/</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/29362</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29362</guid><dc:creator><![CDATA[Lucas Elliott]]></dc:creator><pubDate>Thu, 11 Jan 2018 16:50:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to add custom Style for Batch Code in Style Configurator? on Thu, 11 Jan 2018 16:16:21 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately you cannot merely just add another line to the LexerType. It doesn’t work that way. These all have very specific meanings within the code and it has no idea what styleId 8 is suppose to be.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29360</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29360</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Thu, 11 Jan 2018 16:16:21 GMT</pubDate></item></channel></rss>