Skip to content

adamclerk/vim-razor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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:

      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

About

vim plugin for razor viewegine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published