mirror of
				https://github.com/golang/go.git
				synced 2025-11-04 02:30:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
	
		
			445 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			445 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								##Instructions for enabling Go syntax highlighting in Fraise.app##
							 | 
						||
| 
								 | 
							
								1. Move go.plist to /Applications/Fraise.app/Contents/Resources/Syntax\ Definitions/
							 | 
						||
| 
								 | 
							
								2. Open /Applications/Fraise.app/Contents/Resources/SyntaxDefinitions.plist and add
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<dict>
							 | 
						||
| 
								 | 
							
										<key>name</key>
							 | 
						||
| 
								 | 
							
										<string>GoogleGo</string>
							 | 
						||
| 
								 | 
							
										<key>file</key>
							 | 
						||
| 
								 | 
							
										<string>go</string>
							 | 
						||
| 
								 | 
							
										<key>extensions</key>
							 | 
						||
| 
								 | 
							
										<string>go</string>
							 | 
						||
| 
								 | 
							
									</dict>
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
								before </array>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								3. Restart Fraise and you're good to Go!
							 |