Skip to content

Commit

Permalink
Adding a snippet to create @accessors (acc).
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandler Kent authored and malkomalko committed Apr 8, 2010
1 parent f21588d commit d00038b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Snippets/accessor.tmSnippet
@@ -0,0 +1,16 @@
<?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>content</key>
<string>@accessors${1:()};</string>
<key>name</key>
<string>accessor</string>
<key>scope</key>
<string>source.js.objj</string>
<key>tabTrigger</key>
<string>acc</string>
<key>uuid</key>
<string>9EB953A9-556D-465A-B390-E7636C315134</string>
</dict>
</plist>

0 comments on commit d00038b

Please sign in to comment.