factor/misc/Factor.tmbundle/Snippets/functor.tmSnippet

23 lines
488 B
Plaintext
Raw Normal View History

2009-08-03 15:06:00 -04:00
<?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>
FUNCTOR: $1 ( $2 -- $3 )
$4
WHERE
$0
2009-08-04 17:01:40 -04:00
;FUNCTOR
</string>
2009-08-03 15:06:00 -04:00
<key>name</key>
<string>functor</string>
<key>scope</key>
<string>source.factor</string>
<key>tabTrigger</key>
<string>functor</string>
<key>uuid</key>
<string>B9DA0999-D710-4693-8056-9E4B8BDAC7E9</string>
</dict>
</plist>