Add support for basic languages
coffee, cucumbeer, eruby, haml, haskell, javascript,
json, less, nginx, ocaml, ruby, sass, scss, slim,
stylus, textile, tmux
2013-09-12 10:17:03 -04:00
|
|
|
" Vim indent file
|
2013-12-25 21:34:22 -05:00
|
|
|
" Language: LessCSS
|
|
|
|
" Maintainer: Leonard Ehrenfried <leonard.ehrenfried@web.de>
|
|
|
|
" Last Change: 2011 Sep 26
|
Add support for basic languages
coffee, cucumbeer, eruby, haml, haskell, javascript,
json, less, nginx, ocaml, ruby, sass, scss, slim,
stylus, textile, tmux
2013-09-12 10:17:03 -04:00
|
|
|
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2013-12-25 21:34:22 -05:00
|
|
|
runtime! indent/css.vim
|