mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Add razor syntax, fixes #450
This commit is contained in:
14
indent/razor.vim
Normal file
14
indent/razor.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'razor') == -1
|
||||
|
||||
" Vim indent file
|
||||
" Language: Razor
|
||||
" Maintainer: Adam Clark <adamclerk@gmail.com>
|
||||
" Last Change: 2013 Jan 24
|
||||
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
runtime! indent/html.vim
|
||||
runtime! indent/javscript.vim
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user