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.
| |||||
feedback
|
I have found aspnet.vim, but it is from 2002. I have no idea if it supports any newer syntax/features. Directions:
| ||||
feedback
|
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/ | |||
feedback
|