From e34d84f55494d987d292147dae3386971cffc73f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 4 May 2010 21:48:00 -0400 Subject: [PATCH] documentation upate --- Readme.mkd | 43 ++++++++++++------------------------- Snippets/a (link).tmSnippet | 18 ---------------- 2 files changed, 14 insertions(+), 47 deletions(-) delete mode 100755 Snippets/a (link).tmSnippet diff --git a/Readme.mkd b/Readme.mkd index 3aa6ebe..5d6877e 100644 --- a/Readme.mkd +++ b/Readme.mkd @@ -1,33 +1,18 @@ - +kHTML Bundle for TextMate +========================= -# Installation +TextMate's built-in HTML Bundle is a bit lacking. This helps. Alot. - cd ~/Library/"Application Support"/TextMate/Bundles/ +Features +-------- +* Snippet support for significantly more tags (eg. img, span, p, h1) +* Snippets for common JS library inclues (eg. jQuery, Mootools, TopUp) +* Update Bundle via git -If that directory wasn't found, you'll need to create it, then: +Installation +------------ - git clone git://github.com/kennethreitz/kHTML.tmbundle.git "kHTML.tmbundle" \ No newline at end of file +mkdir -p ~/Library/Application\ Support/TextMate/Bundles +cd !$ +git clone git://github.com/kennethreitz/kHTML.tmbundle.git +osascript -e 'tell app "TextMate" to reload bundles' \ No newline at end of file diff --git a/Snippets/a (link).tmSnippet b/Snippets/a (link).tmSnippet deleted file mode 100755 index 4596b84..0000000 --- a/Snippets/a (link).tmSnippet +++ /dev/null @@ -1,18 +0,0 @@ - - - - - content - <a href="${1:$TM_SELECTED_TEXT}" title="${2:$TM_SELECTED_TEXT}">${3:$TM_SELECTED_TEXT}</a>$0 - keyEquivalent - ^@a - name - a (link) - scope - text.html - tabTrigger - a - uuid - 21093360-77A2-4C7D-829B-64DCEA24B5AD - -