mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
18 lines
336 B
VimL
18 lines
336 B
VimL
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:
|