summaryrefslogtreecommitdiff
path: root/misc/fraise/readme.txt
blob: fb0f2c8c10e5d33a37059b437cdc2ae2349d2be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##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!