vim: add tptp comments
This commit is contained in:
		
							parent
							
								
									b4d8372e17
								
							
						
					
					
						commit
						9cee04ea13
					
				
							
								
								
									
										1
									
								
								vimrc
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								vimrc
									
									
									
									
									
								
							@ -163,6 +163,7 @@ let g:haskell_conceal              = 0
 | 
				
			|||||||
call tcomment#type#Define('nix', '# %s')
 | 
					call tcomment#type#Define('nix', '# %s')
 | 
				
			||||||
call tcomment#type#Define('chaskell', '-- %s')
 | 
					call tcomment#type#Define('chaskell', '-- %s')
 | 
				
			||||||
call tcomment#type#Define('vala', '// %s')
 | 
					call tcomment#type#Define('vala', '// %s')
 | 
				
			||||||
 | 
					call tcomment#type#Define('tptp', '%% %s')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
au syntax tex setl iskeyword+=:
 | 
					au syntax tex setl iskeyword+=:
 | 
				
			||||||
au syntax tex syn region texZone start="\\begin{clilisting}" end="\\end{clilisting}\|%stopzone\>"
 | 
					au syntax tex syn region texZone start="\\begin{clilisting}" end="\\end{clilisting}\|%stopzone\>"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user