GitHub - adamclerk/vim-razor: vim plugin for razor viewegine (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Repository files navigation
VIM-RAZOR
This vim bundle adds syntax highlighting and indenting for razor views (*.cshtml).
Installing and Using
- Install pathogen into
~/.vim/autoload/
and add the following line to your~/.vimrc
: - Make a clone of the
vim-less
repository:
$ mkdir -p ~/.vim/bundle
$ cd ~/.vim/bundle
$ git clone https://github.com/adamclerk/vim-razor
- OR use git submodules:
$ git submodule add https://github.com/adamclerk/vim-razor.git bundle/vim-less
$ git submodule init
That's it. Pathogen should handle the rest. Opening a file with a .cshtml
extension will load everything.
Credits
Daniel Dabrowski: cshtml syntax