14 lines
310 B
VimL
14 lines
310 B
VimL
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'less') != -1
|
|
finish
|
|
endif
|
|
|
|
" Vim indent file
|
|
" Language: LessCSS
|
|
" Maintainer: Leonard Ehrenfried <leonard.ehrenfried@web.de>
|
|
" Last Change: 2011 Sep 26
|
|
|
|
if exists("b:did_indent")
|
|
finish
|
|
endif
|
|
|
|
runtime! indent/css.vim |