sponsor Vim development Vim logo Vim Book Ad

aspnet.vim : Provides ASP.NET syntax highlighting.

 script karma  Rating 22/19, Downloaded by 1595  Comments, bugs, improvements  Vim wiki

created by
Stacey Abshire
 
script type
syntax
 
description
Provides ASP.NET syntax highlighting.  This is a modified version of the aspnet.vim file provided my Mark Feeney, to better handle a few things, such as the following:

<img src="<%# DataBind.Eval(Container.DataItem, "ImageFilePath") %>"/>
 
install details
Copy this script to ~/.vim/syntax
Create the file ~/.vim/ftdetect/aspnet.vim

~/.vim/ftdetect/aspnet.vim
-------------------------------------
au BufRead,BufNewFile *.aspx,*.asmx,*.ascx      set filetype=aspnet
-------------------------------------
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
aspnet.vim 1.0 2004-04-02 6.0 Stacey Abshire Initial upload
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github