PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/sources_non_forked/vim-less/indent/less.vim

https://github.com/jvuonger/vimrc
Vim Script | 10 lines | 4 code | 2 blank | 4 comment | 1 complexity | 47483b75c97152f2c836cc8e812f2d1a MD5 | raw file
Possible License(s): WTFPL
  1. " Vim indent file
  2. " Language: LessCSS
  3. " Maintainer: Leonard Ehrenfried <leonard.ehrenfried@web.de>
  4. " Last Change: 2011 Sep 26
  5. if exists("b:did_indent")
  6. finish
  7. endif
  8. runtime! indent/css.vim