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
------------------------------------- |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|