mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" Placeholder Livebook syntax file.
 | 
						|
" This simply uses the markdown syntax.
 | 
						|
 | 
						|
if exists("b:current_syntax")
 | 
						|
    finish
 | 
						|
endif
 | 
						|
 | 
						|
runtime! syntax/markdown.vim
 |