Skip to content

Instantly share code, notes, and snippets.

@bheklilr
Created August 14, 2013 20:49
Show Gist options
  • Save bheklilr/6235436 to your computer and use it in GitHub Desktop.
Save bheklilr/6235436 to your computer and use it in GitHub Desktop.
<?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>fileTypes</key>
<array>
<string>csv</string>
</array>
<key>name</key>
<string>CSV</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>,</string>
<key>name</key>
<string>punctuation.comma.csv</string>
</dict>
</array>
<key>scopeName</key>
<string>text.csv</string>
<key>uuid</key>
<string>8c57ea96-50c7-4c28-86d6-0b7c7ee09b2e</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment