mirror of
https://github.com/kennethreitz-archive/kCSS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
<?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># just to remind you of some useful environment variables
|
|
# see Help / Environment Variables for the full list
|
|
echo File: "$TM_FILEPATH"
|
|
echo Word: "$TM_CURRENT_WORD"
|
|
echo Selection: "$TM_SELECTED_TEXT"</string>
|
|
<key>input</key>
|
|
<string>selection</string>
|
|
<key>name</key>
|
|
<string>Lessify!</string>
|
|
<key>output</key>
|
|
<string>replaceSelectedText</string>
|
|
<key>uuid</key>
|
|
<string>C06F4F5E-AF7F-4C65-8B4B-0FDF41F1BC27</string>
|
|
</dict>
|
|
</plist>
|