mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
15 lines
285 B
VimL
15 lines
285 B
VimL
if !polyglot#util#IsEnabled('razor', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
" 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
|