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 Phillipsjessekphillip...@gmail.com  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 requests.

- Alex



And thank you. I just got back from vacation and will be looking over these
and submitting the file for inclusion in vim proper. I don't do that for
every update but this makes a good number of updates.

So do keep them coming it makes the out of box experience of D much better.


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 patches have been applied to Jesse's repo. What bugs are you 
talking about, exactly?


- Alex


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 patches have been applied to Jesse's repo. What bugs 
are you talking about, exactly?


- Alex


He was referring to the one that comes with Vim. Which is still 
really good, but updating makes the experience better still.


Huh, it doesn't seem to come with the Windows version.


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 back from vacation and will be looking 
over these and submitting the file for inclusion in vim proper. I 
don't do that for every update but this makes a good number of 
updates.


So do keep them coming it makes the out of box experience of D 
much better.


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 requests.

- Alex


And thank you. I just got back from vacation and will be looking over
these and submitting the file for inclusion in vim proper. I don't do
that for every update but this makes a good number of updates.


Cool!



So do keep them coming it makes the out of box experience of D much better.


Absolutely! Though, as this point, the syntax file is actually starting 
to look very complete. I should probably have a look at adding the new 
lambda operator, though.


- Alex


Re: Vim syntax file for the D programming language

2012-01-03 Thread Iain Buclaw
On 3 January 2012 20:34, Jesse Phillips jessekphillip...@gmail.com 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 requests.

 - Alex


 And thank you. I just got back from vacation and will be looking over these
 and submitting the file for inclusion in vim proper. I don't do that for
 every update but this makes a good number of updates.

 So do keep them coming it makes the out of box experience of D much better.

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.

-- 
Iain Buclaw

*(p  e ? p++ : p) = (c  0x0f) + '0';


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