On Monday, 1 October 2012 at 12:44:45 UTC, deadalnix wrote:
OK, simple feedback : it doesn't recognize the lazy keyword.

Except for that, it is really good.

Whoops, I added that awhile ago but forgot to re-upload. Here's a updated version with 'ref', 'lazy', and bracket/operator highlighting.

http://reign-studios.com/d-downloads/reign.lang.tar.gz


I like the bracket/operator highlighting, but if you don't want it just remove these lines:


lines 209 - 211:

    <context id="operators" style-ref="type">
<match extended="true">[\(\)\{\}\[\]&lt;&gt;=\~\.,\/\!\%\^\&amp;\*\+\-\:;]</match>
    </context>


line 274:

        <context ref="operators"/>

Reply via email to