[Vala] Emacs



Does anyone know of an emacs mode for Vala? Or is anyone working on
one? I am using csharp-mode from http://mfgames.com/linux/csharp-mode
and (add-to-list 'auto-mode-alist '("\\.vala\\'" . csharp-mode)).

Semantic is a package which parses source code to find tags so you can
navigate the code. See http://cedet.sourceforge.net/semantic.shtml.  I
tried the Wisent C# parser from the Semantic package. This seemed to
be OK at finding tags from vala sources, as long as there was a
namespace { } around everything.

I made an attempt at converting Vala's grammar into a Wisent grammar
for Semantic but gave up half-way through. It's probably easier to
work from that C# parser. Is anyone working on any kind of tags
generation for Vala?

I'm interested in how people efficiently edit and browse Vala code.


Cheers,

Rodney

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]