Vim syntax file for the D programming language

2012-01-02 Thread Andrei Alexandrescu
Just found this: http://pastebin.com/XPHS845M Andrei

Re: Vim syntax file for the D programming language

2012-01-02 Thread Andrej Mitrovic
Just found this: https://github.com/he-the-great/d.vim

Re: Vim syntax file for the D programming language

2012-01-03 Thread Alex Rønne Petersen
On 03-01-2012 01:48, Andrej Mitrovic wrote: Just found this: https://github.com/he-the-great/d.vim That is the one people should be using, and where I've been sending my pull requests. - Alex

Re: Vim syntax file for the D programming language

2012-01-03 Thread Jesse Phillips
On Tuesday, 3 January 2012 at 14:30:43 UTC, Alex Rønne Petersen wrote: On 03-01-2012 01:48, Andrej Mitrovic wrote: Just found this: https://github.com/he-the-great/d.vim That is the one people should be using, and where I've been sending my pull requests. - Alex And thank you. I just got

Re: Vim syntax file for the D programming language

2012-01-03 Thread Alex Rønne Petersen
On 03-01-2012 21:34, Jesse Phillips wrote: On Tuesday, 3 January 2012 at 14:30:43 UTC, Alex Rønne Petersen wrote: On 03-01-2012 01:48, Andrej Mitrovic wrote: Just found this: https://github.com/he-the-great/d.vim That is the one people should be using, and where I've been sending my pull req

Re: Vim syntax file for the D programming language

2012-01-03 Thread Iain Buclaw
On 3 January 2012 20:34, Jesse Phillips wrote: > On Tuesday, 3 January 2012 at 14:30:43 UTC, Alex Rønne Petersen wrote: >> >> On 03-01-2012 01:48, Andrej Mitrovic wrote: >>> >>> Just found this: >>> >>> https://github.com/he-the-great/d.vim >> >> >> That is the one people should be using, and wher

Re: Vim syntax file for the D programming language

2012-01-04 Thread Alex Rønne Petersen
On 03-01-2012 21:54, Iain Buclaw wrote: On 3 January 2012 20:34, Jesse Phillips wrote: On Tuesday, 3 January 2012 at 14:30:43 UTC, Alex Rønne Petersen wrote: On 03-01-2012 01:48, Andrej Mitrovic wrote: Just found this: https://github.com/he-the-great/d.vim That is the one people should

Re: Vim syntax file for the D programming language

2012-01-04 Thread Jesse Phillips
On Wednesday, 4 January 2012 at 08:33:12 UTC, Alex Rønne Petersen wrote: On 03-01-2012 21:54, Iain Buclaw wrote: Vim already comes with D syntax highlighting, however buggy/out of date. :-) One thing I've wanted to work on, but never had the time for was intelli-sense support. Lots of pat