<div dir="ltr"><div dir="ltr"><div>Hello!</div><div><br></div><div>In the syntax-highligting repository there is <a href="https://phabricator.kde.org/source/syntax-highlighting/browse/master/data/schema/">a script to verify the highlighting .xml files</a>.</div><div>The file you attach has an error on line 37 (it doesn't close the item tag), so it doesn't work.</div><div><br></div><div>Also, regarding keyword lists:</div><div>* Keywords shouldn't include spaces before and after, that is, change "<b><item> keyword </item></b>" to "<b><item>keyword</item></b>".</div><div>* Keywords shouldn't include boundary characters, as they will not be highlighted.</div><div>  For example:</div><div><br></div><div><b>      <list name="keywords"></b></div><div><b>        <item>+d</item></b></div><div><b>      </list></b></div><div><br></div><div>  The keyword "+d" will not work, because you need to remove "+" from the delimiter characters:</div><div><br></div><div><b>      <general></b></div><div><b>         <keywords weakDeliminator="+" /></b></div><div><b>      </general></b></div><div><br></div><div>  Also, instead of modifying the delimiter characters, you can use WordDetect rules for some keywords.</div><div><br></div><div>regards!</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 1 de ene. de 2020 a la(s) 17:28, Stefan Pietzonke (<a href="mailto:spietzonke@gmail.com">spietzonke@gmail.com</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I have tried to write a new syntax highlighter for my language brackets, <br>
which I use on my L1VM virtual machine. (<a href="https://midnight-koder.net/blog/" rel="noreferrer" target="_blank">https://midnight-koder.net/blog/</a>)<br>
<br>
I did change the Ada highlighter to fit as a starting point. If I try to <br>
load a .l1com file It displays the code colored for just a fraction of a <br>
second.<br>
<br>
And then all source code is shown as not marked with the default text <br>
color! What is wrong here? I just copied "l1com.xml" to <br>
"/usr/share/katepart5/syntax".<br>
<br>
Is there something not right in my syntax highlighter file?<br>
<br>
I attached a .l1com program and my highlighter.<br>
<br>
cheers<br>
<br>
Stefan Pietzonke<br>
<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div>---<br></div>Atte.<br></div>Nibaldo González<br></div></div>