16 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
						|
<plist version="1.0">
 | 
						|
<dict>
 | 
						|
	<key>content</key>
 | 
						|
	<string>${1:...} unless ${2:condition}
 | 
						|
$0</string>
 | 
						|
	<key>name</key>
 | 
						|
	<string>Unless</string>
 | 
						|
	<key>scope</key>
 | 
						|
	<string>source.coffee</string>
 | 
						|
	<key>tabTrigger</key>
 | 
						|
	<string>unl</string>
 | 
						|
</dict>
 | 
						|
</plist>
 |