summaryrefslogblamecommitdiffstats
path: root/indent/less.vim
blob: a3c8682a5318f19a696f1a13d7c9511e4f5846b5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                            

        
 
                 



                                                   



                         
 
                       

               
if polyglot#init#is_disabled(expand('<sfile>:p'), 'less', 'indent/less.vim')
  finish
endif

" Vim indent file
" Language:	less
" Maintainer:	Alessandro Vioni <jenoma@gmail.com>
" URL: https://github.com/genoma/vim-less
" Last Change:	2014 November 24

if exists("b:did_indent")
  finish
endif

runtime! indent/css.vim

" vim:set sw=2: