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
 |