mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| priority -50
 | |
| 
 | |
| snippet xml "XML declaration" b
 | |
| <?xml version="1.0"?>
 | |
| 
 | |
| endsnippet
 | |
| 
 | |
| snippet t "Simple tag" b
 | |
| <${1:tag}>
 | |
| 	${2:content}
 | |
| </${1/([\w:._-]+).*/$1/}>
 | |
| endsnippet
 | |
| 
 | |
| snippet ti "Inline tag" b
 | |
| <${1:tag}>${2:content}</${1/([\w:._-]+).*/$1/}>
 | |
| endsnippet
 | 
