<div class="markdown">
<p dir="auto">Hi,<br>
what is the best form, to change/adapt the highlighting of ons own often-used functions?</p>

<p dir="auto">E.g. if I have a Perl sub called <code>i</code> (printing some debug-info to stdout) and to be used e.g.</p>

<pre><code> i 'Starting ifgrp store ...';
</code></pre>

<p dir="auto">And if would like to have these lines formatted like a comment (grey, italics) so that it survives changes in the Perl-Bundle including reinstallations of TM2. Where and how would someone define that?</p>

<p dir="auto">My guess is, to place it in my own Bundle and to use something like </p>

<pre><code>         begin = '^\s*';
        end   = ';\s*$'; # trailing white space may occure
</code></pre>

<p dir="auto">But I can't figure out the details.</p>

<p dir="auto">Thanks and kind regards, Ingo</p>

<p dir="auto">-- <br>
Ingo Lantschner</p>

</div>