Does anybody know of a good ASP.NET syntax file for VIM? Where? I tried :set filetype=xml
, and it was ok, but it does not work on some things like, <%-- --%>
comments.
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|||||||||||||
|
There is also aspnetide.vim which is as close to an IDE as you'll get in VIM for You can watch the screencast (http://www.youtube.com/watch?v=9lYgblj1tc0) NB: if you use a plugin manager like pathogen or others, the source code on github is here |
|||
|
There appears to be a newer ASP.NET syntax file (last updated 2007) here: aspnetcs It looks like all you need to do to install it is unpack the tar in the ~/.vim directory, where ~ is your home directory. Ex: /home/username/.vim/ |
|||
|
I have found aspnet.vim, but it is from 2002. I have no idea if it supports any newer syntax/features. Directions:
|
|||||
|