GitHub - adamclerk/vim-razor: vim plugin for razor viewegine (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository files navigation

VIM-RAZOR

This vim bundle adds syntax highlighting and indenting for razor views (*.cshtml).

Installing and Using

  $ mkdir -p ~/.vim/bundle  
  $ cd ~/.vim/bundle  
  $ git clone https://github.com/adamclerk/vim-razor  
  $ 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 .cshtmlextension will load everything.

Credits

Daniel Dabrowski: cshtml syntax