28 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						||
| 
								 | 
							
								<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
							 | 
						||
| 
								 | 
							
								<plist version="1.0">
							 | 
						||
| 
								 | 
							
								<dict>
							 | 
						||
| 
								 | 
							
									<key>content</key>
							 | 
						||
| 
								 | 
							
									<string>
							 | 
						||
| 
								 | 
							
								:- category(${1:Category},
							 | 
						||
| 
								 | 
							
									implements(${2:Protocol})).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									:- info([
							 | 
						||
| 
								 | 
							
										version is 1.0,
							 | 
						||
| 
								 | 
							
										author is '`niutil -readprop / /users/$USER realname`',
							 | 
						||
| 
								 | 
							
										date is `date +%Y/%m/%d`,
							 | 
						||
| 
								 | 
							
										comment is '${3:Description}']).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$0
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								:- end_category.
							 | 
						||
| 
								 | 
							
								</string>
							 | 
						||
| 
								 | 
							
									<key>name</key>
							 | 
						||
| 
								 | 
							
									<string>    Category with protocol</string>
							 | 
						||
| 
								 | 
							
									<key>scope</key>
							 | 
						||
| 
								 | 
							
									<string>source.logtalk</string>
							 | 
						||
| 
								 | 
							
									<key>uuid</key>
							 | 
						||
| 
								 | 
							
									<string>8A263B8A-73F7-11D9-8083-000D93589AF6</string>
							 | 
						||
| 
								 | 
							
								</dict>
							 | 
						||
| 
								 | 
							
								</plist>
							 |