12 lines
		
	
	
		
			352 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			352 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<snippet>
 | 
						|
    <content><![CDATA[
 | 
						|
before ->
 | 
						|
	$1
 | 
						|
]]></content>
 | 
						|
    <!-- Optional: Tab trigger to activate the snippet -->
 | 
						|
    <tabTrigger>bef</tabTrigger>
 | 
						|
    <!-- Optional: Scope the tab trigger will be active in -->
 | 
						|
    <scope>source.coffee</scope>
 | 
						|
    <!-- Optional: Description to show in the menu -->
 | 
						|
    <description>Before</description>
 | 
						|
</snippet> |