Re: [Vala] Vala tutorial for C programmers?



BTW, has anyone made syntax highlight package for emacs or vim?
The C# one should work fine. Since i'm lazy/have little time instead making
a Vala package for vim, i just do

ln -s source.vala source.vala.cs
vim source.vala.cs

Or you can just add the following to your ~/.vimrc:

augroup filetypedetect
au BufNewFile,BufRead *.vala  setf cs
augroup END

  Gabriel.




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