9 lines
		
	
	
		
			265 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			265 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <snippet>
 | |
| 	<content><![CDATA[.hover(function() {
 | |
| 	${1:// Stuff to do when the mouse enters the element;}
 | |
| }, function() {
 | |
| 	${2:// Stuff to do when the mouse leaves the element;}
 | |
| });$0]]></content>
 | |
| 	<tabTrigger>.hover</tabTrigger>
 | |
| 	<scope>source.js</scope>
 | |
| </snippet> |