mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		
							
								
								
									
										10
									
								
								sources_non_forked/vim-snippets/UltiSnips/ejs.snippets
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								sources_non_forked/vim-snippets/UltiSnips/ejs.snippets
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| snippet for "ejs for loop" b | ||||
| <% for (let ${1:i = 0}; ${2:i<arr.length}; ${3:i++}) { %> | ||||
| 	${0:body} | ||||
| <% } %> | ||||
| endsnippet | ||||
| snippet forE "ejs for Each loop" b | ||||
| <% ${1:array}.forEach((${2:single var}) => { %> | ||||
| 	${0:body} | ||||
| <% }) %> | ||||
| endsnippet | ||||
		Reference in New Issue
	
	Block a user
	 Amir
					Amir