开发者

Razor .cshtml syntax highlighting for vim?

开发者 https://www.devze.com 2023-03-17 02:20 出处:网络
I\'m looking for a .cshtml vim syntax file.Are there any projects that haven\'t made it to www开发者_如何学Python.vim.org?\":setf html\" solves the 80% part :)this guy has razor support planned, but i

I'm looking for a .cshtml vim syntax file. Are there any projects that haven't made it to www开发者_如何学Python.vim.org?


":setf html" solves the 80% part :)


this guy has razor support planned, but is not yet there. However, it does add some features to the existing c# support. https://github.com/OrangeT/vim-csharp


Settled with adding this to .vimrc

" add html syntax to dotnet razor files
autocmd BufNewFile,BufRead *.cshtml set syntax=html


You can find nice vim-razor plugin in https://github.com/adamclerk/vim-razor

$ cd ~/.vim/bundle
$ git clone https://github.com/adamclerk/vim-razor


Russ Martinez (or maybe Daniel Dabrowski's) cshtml.vim file seems to be a candidate. It's not perfect, but at least it's a start. https://bitbucket.org/rod/dotfiles/src/8aaae8635165/vim/syntax/cshtml.vim

0

精彩评论

暂无评论...
验证码 换一张
取 消