mirror of
https://github.com/kennethreitz-archive/kCSS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
Lessify! command actually does something now... (converts {less} file to CSS)
This commit is contained in:
@@ -5,17 +5,18 @@
|
||||
<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>
|
||||
<string>#!/bin/bash
|
||||
|
||||
lessc "$TM_FILEPATH"
|
||||
rescan_project</string>
|
||||
<key>input</key>
|
||||
<string>selection</string>
|
||||
<string>none</string>
|
||||
<key>keyEquivalent</key>
|
||||
<string>^L</string>
|
||||
<key>name</key>
|
||||
<string>Lessify!</string>
|
||||
<key>output</key>
|
||||
<string>replaceSelectedText</string>
|
||||
<string>discard</string>
|
||||
<key>uuid</key>
|
||||
<string>C06F4F5E-AF7F-4C65-8B4B-0FDF41F1BC27</string>
|
||||
</dict>
|
||||
|
||||
@@ -498,6 +498,7 @@
|
||||
<string>mCSS</string>
|
||||
<key>ordering</key>
|
||||
<array>
|
||||
<string>C06F4F5E-AF7F-4C65-8B4B-0FDF41F1BC27</string>
|
||||
<string>D6D0BEB2-DF32-4762-ABC1-3465116C220A</string>
|
||||
<string>3A4062A8-C24A-4EBD-9D17-481D2F670EFA</string>
|
||||
<string>D27FBAE9-1D8D-4D42-A0A5-F1020B09F3DF</string>
|
||||
|
||||
Reference in New Issue
Block a user