mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
14 lines
243 B
VimL
14 lines
243 B
VimL
" 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:
|