add support for *.vala code
Brought to you by:
dwheeler
I would love to see support for the Vala programmingm language in sloccount.
Vala is a new programming language developed by the GNOME guys for glib programs.
It has a syntax similar to Java or C#.
You can read more about Vala here:
http://live.gnome.org/Vala
The files are called *.vala and they are normal text files.
I'm pretty sure that for the purposes of sloccount the java parser will be able to handle these files fine.