Sha256: 9d505cb467e1eec1e0c9f2bb8855d82b571e6a894cc78215578c19fc3b1996b4

Contents?: true

Size: 805 Bytes

Versions: 24

Compression:

Stored size: 805 Bytes

Contents

<?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>beforeRunningCommand</key>
	<string>nop</string>
	<key>command</key>
	<string>#!/bin/bash

function highlight {
  test `which pygmentize`
  if [[ $? -eq 0 ]]; then
    pygmentize -Onoclasses,nobackground=True -l css -f html
  else
    pre
  fi
}

${TM_STYLUS:=stylus} | highlight</string>
	<key>input</key>
	<string>selection</string>
	<key>keyEquivalent</key>
	<string>@b</string>
	<key>name</key>
	<string>Compile and Display CSS</string>
	<key>output</key>
	<string>showAsHTML</string>
	<key>scope</key>
	<string>source.stylus</string>
	<key>uuid</key>
	<string>DD8F8C2B-2B83-4734-82EE-8508EE344638</string>
</dict>
</plist>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
stylus-source-0.23.0 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.6 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.5 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.4 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.3 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.2 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.1 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.22.0 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.21.2 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.21.1 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.21.0 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.20.1 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.20.0 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.8 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.7 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.6 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.5 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.4 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.3 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand
stylus-source-0.19.2 vendor/editors/Stylus.tmbundle/Commands/Compile and Display CSS.tmCommand