mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-20 15:40:57 +00:00
17 lines
549 B
Plaintext
Executable File
17 lines
549 B
Plaintext
Executable File
<?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>command</key>
|
|
<string>[ -f "$TM_NEW_FILE" ] || perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' <index.html >"$TM_NEW_FILE"</string>
|
|
<key>extension</key>
|
|
<string>html</string>
|
|
<key>name</key>
|
|
<string>XHTML — 1.0 Transitional</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>65D38039-6B0A-48E9-9E49-43832ECC4107</string>
|
|
</dict>
|
|
</plist>
|