12 lines
198 B
VimL
12 lines
198 B
VimL
|
" 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
|
||
|
|