GitHunt
AD

adamclerk/vim-razor

vim plugin for razor viewegine

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:

      call pathogen#infect()
    
  • 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

Contributors

Created January 25, 2013
Updated February 18, 2026