mirror of
https://github.com/kennethreitz-archive/kHTML.tmbundle.git
synced 2026-06-21 08:00:58 +00:00
17 lines
536 B
Plaintext
Executable File
17 lines
536 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.1</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>CDE8EFD6-9DE2-4E8C-BB6A-52E8CCD2E977</string>
|
|
</dict>
|
|
</plist>
|