git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
		
			
				
	
	
		
			30 lines
		
	
	
		
			706 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			706 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE syntax SYSTEM "symbol.dtd">
 | |
| <symbols>
 | |
| 
 | |
| 	<symbol id="Objects" image="SymbolO.png" indentation="1">
 | |
| 		<regex>((?<=:-\sobject\()[a-z][A-Za-z0-9_]*)</regex>
 | |
| 		<postprocess>
 | |
| 			<find></find>
 | |
| 			<replace></replace>
 | |
| 		</postprocess>
 | |
| 	</symbol>
 | |
| 
 | |
| 	<symbol id="Protocols" image="SymbolP" indentation="1">
 | |
| 		<regex>((?<=:-\sprotocol\()[a-z][A-Za-z0-9_]*)</regex>
 | |
| 		<postprocess>
 | |
| 			<find></find>
 | |
| 			<replace></replace>
 | |
| 		</postprocess>
 | |
| 	</symbol>
 | |
| 
 | |
| 	<symbol id="Categories" image="SymbolC" indentation="1">
 | |
| 		<regex>((?<=:-\scategory\()[a-z][A-Za-z0-9_]*)</regex>
 | |
| 		<postprocess>
 | |
| 			<find></find>
 | |
| 			<replace></replace>
 | |
| 		</postprocess>
 | |
| 	</symbol>
 | |
| 
 | |
| </symbols>
 |