Vim 的 Razor .cshtml 语法突出显示?

发布于 2024-11-18 11:18:54 字数 54 浏览 3 评论 0原文

我正在寻找 .cshtml vim 语法文件。是否有任何项目尚未进入 www.vim.org?

I'm looking for a .cshtml vim syntax file. Are there any projects that haven't made it to www.vim.org?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

幽梦紫曦~ 2024-11-25 11:18:54

":setf html" 解决了 80% 的部分:)

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

风苍溪 2024-11-25 11:18:54

这家伙已经计划支持剃刀,但还没有实现。但是,它确实为现有的 c# 支持添加了一些功能。
https://github.com/OrangeT/vim-csharp

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

攒眉千度 2024-11-25 11:18:54

通过将其添加到 .vimrc 来解决

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

Settled with adding this to .vimrc

" add html syntax to dotnet razor files
autocmd BufNewFile,BufRead *.cshtml set syntax=html
晒暮凉 2024-11-25 11:18:54

您可以在 https://github.com/adamclerk/vim-razor

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

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
葵雨 2024-11-25 11:18:54

Russ Martinez(或者 Daniel Dabrowski 的)cshtml.vim 文件似乎是一个候选者。它并不完美,但至少是一个开始。 https://bitbucket.org/rod/dotfiles/src/8aaae8635165 /vim/syntax/cshtml.vim

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文