01fe1500df
coffee, cucumbeer, eruby, haml, haskell, javascript, json, less, nginx, ocaml, ruby, sass, scss, slim, stylus, textile, tmux
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
|
|
|