mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00: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:
 |