kballard / textmate-bundles

git-svn clone of the TextMate Bundles repo

duff (author)
Thu Jul 02 15:32:03 -0700 2009
commit  8a3c20d3a177da81e3b3b1d50965791d98c3255f
tree    5c1c75a34aca2f9dfe8fa8d1777ac8b4dfacd78b
parent  671b768630d2c11b9c9aa54f3fd02f3b7e1b7c8d
textmate-bundles / Bundles / Blogging.tmbundle / Commands / View Post.tmCommand
100644 23 lines (22 sloc) 0.657 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/usr/bin/env ruby -rjcode -Ku
require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb"
Blogging.new.view</string>
<key>input</key>
<string>document</string>
<key>name</key>
<string>View Online Version</string>
<key>output</key>
<string>discard</string>
<key>scope</key>
<string>text.blog</string>
<key>uuid</key>
<string>BD6E6210-F4A3-4821-BA43-A9DFF4178704</string>
</dict>
</plist>