sponsor Vim development Vim logo Vim Book Ad

aspnet.vim : Provides ASP.NET syntax highlighting.

 script karma  Rating 22/19, Downloaded by 1497  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: 3.146.221.204

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github