Simple GEdit .lang & github color scheme

F i L witte2008 at gmail.com
Mon Oct 1 15:15:44 PDT 2012


On Monday, 1 October 2012 at 20:42:54 UTC, F i L wrote:
> 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">[\(\)\{\}\[\]<>=\~\.,\/\!\%\^\&\*\+\-\:;]</match>
>     </context>
>
>
> line 274:
>
>         <context ref="operators"/>

Crap... that's the completely wrong language file, sorry... 
Here's the updated D.lang file:

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

The lines to remove to disable operator/bracket highlighting are: 
269-271 & 337


More information about the Digitalmars-d-announce mailing list