Sha256: 473255405c54f49de8c5e9c182c2dfa51f8645c248f89ae7d2bb8d89d3abe5c9

Contents?: true

Size: 992 Bytes

Versions: 27

Compression:

Stored size: 992 Bytes

Contents

<?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

# Input:  Entire Document
# Output: Insert as Snippet
# Key Equivalent: &lt;Return&gt;
# Scope: comment.block

line     = ENV['TM_CURRENT_LINE']
index    = ENV['TM_LINE_NUMBER'].to_i
nextline = $stdin.readlines[index + 1]

puts
print " " if line =~ /\/\*\*/
print "*  $0"
if line.match(/\/\*\*/) &amp;&amp; !nextline.match(/^\s*\*/)
  puts
  print "**/"
end</string>
	<key>input</key>
	<string>document</string>
	<key>keyEquivalent</key>
	<string>
</string>
	<key>name</key>
	<string>Continue PDoc Comment</string>
	<key>output</key>
	<string>insertAsSnippet</string>
	<key>scope</key>
	<string>comment.block</string>
	<key>uuid</key>
	<string>58E0442A-7A56-4D19-A063-19C1616C5B6E</string>
</dict>
</plist>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
distil-0.14.4 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.3 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.2 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.2.a vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.1 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.1.a vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.i vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.h vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.g vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.d vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.c vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.14.0.b vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.6 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.5 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.4 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.3 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.2 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.1 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand
distil-0.13.0 vendor/pdoc/PDoc.tmbundle/Commands/Continue PDoc Comment.tmCommand