www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - d.vim and Fused

reply Jesse Phillips <jessekphillips+D gmail.com> writes:
For those interested in keeping up to date with the syntax highlighting file
for vim, I have decided to create a GitHub repository for it. Feel free  to
submit bugs and patches.

https://github.com/he-the-great/d.vim

Also I have a thin wrapper to the Fuse 2.8 API on GitHub for D2. There are
still some things missing, but most of it is there. Also at least for me the
stat_t struct in D does not match the struct stat when I compile programs so it
is likely others have the same issue.

https://github.com/he-the-great/Fused
Nov 18 2010
parent reply Russel Winder <russel russel.org.uk> writes:
On Thu, 2010-11-18 at 21:24 -0500, Jesse Phillips wrote:
 For those interested in keeping up to date with the syntax
 highlighting file for vim, I have decided to create a GitHub
 repository for it. Feel free  to submit bugs and patches.
=20
 https://github.com/he-the-great/d.vim
This email is not an attempt to provole an Emacs vs. Vim war, or even debate, let us say that both are great and any given person who uses either generally prefers one or the other, and leave it at that. I will though remind Emacs users that there is a Bazaar branch of an Emacs D Mode at https://launchpad.net/emacs-d-mode, comments bugs and patches welcome. What this email is really about though is to ask: where is the best place to keep a permanent, i.e. not just on a mailing list, record of all the D editor support stuff. As well as Emacs and Vim there must be support for TextMate, Eclipse, NetBeans, IntelliJ IDEA, . . . all of which could be collated into a single place that people could go to, and which Google could index. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel russel.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Nov 18 2010
parent Lutger Blijdestijn <lutger.blijdestijn gmail.com> writes:
Russel Winder wrote:

...
 What this email is really about though is to ask:  where is the best
 place to keep a permanent, i.e. not just on a mailing list, record of
 all the D editor support stuff.  As well as Emacs and Vim there must be
 support for TextMate, Eclipse, NetBeans, IntelliJ IDEA, . . . all of
 which could be collated into a single place that people could go to, and
 which Google could index.
 
I think this is the best place: http://prowiki.org/wiki4d/wiki.cgi?EditorSupport
Nov 18 2010