October 01, 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">[\(\)\{\}\[\]&lt;&gt;=\~\.,\/\!\%\^\&amp;\*\+\-\:;]</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
August 24, 2016
Dead link (dlang gedit color highlighting)
> http://reign-studios.com/d-downloads/d.lang.tar.gz

Would you mind uploading on github for instance ?


August 25, 2016
On Wednesday, 24 August 2016 at 14:38:48 UTC, floare wrote:
> Dead link (dlang gedit color highlighting)
>> http://reign-studios.com/d-downloads/d.lang.tar.gz
>
> Would you mind uploading on github for instance ?

Also, if someone would simply update this with GNOMEs default color scheme, I could push it upstream so we wouldn't need to use external stuff anymore for proper D support...

1 2
Next ›   Last »