mirror of
				https://github.com/amix/vimrc
				synced 2025-10-30 05:23:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /**
 | |
|  * ${1}
 | |
|  */
 | |
| class ${2:ClassName}
 | |
| {
 | |
| 	${3}
 | |
| 	function ${4:__construct}(${5:argument})
 | |
| 	{
 | |
| 		${6:// code...}
 | |
| 	}
 | |
| }
 | 
