Changes from Mike Bayer's Mako-tmbundle for Sublime 2
=====================================================

1. Moved files from separate ./Snippets and ./Syntaxes directory into one
   common directory

2. Removed info.plist (not necessary for Sublime 2, I believe)

3. Within 'HTML (Mako).tmLanguage':
   
   * commented out those parts that include '#embedded-code'. Sublime2 doesn't
     like these. What does #embedded-code do?
   * Marked these locations with TODO... maybe improve later!

4. Added a snippet for <%doc>-insertion: ./_%doc_ __ (doc).sublime-snippet

5. Replaced the original substition snippet '${ } __ (^X).tmSnippet' with
   subst.sublime-snippet. Apparently, Sublime2 doesn't like the strange filename.

6. Added a lang.sublime-snippet. Similar to the subst-snippet, but it is
   intended for translation strings. It inserts: ${_('')}

7. Couldn't get the TextMate-style key-bindings for the subst-snippet to work.
   Therefore:

   * Added Sublime2-keymaps (not Sublime 1!) for Windows, Linux and OSX
   * alt+shift+x inserts the subst-snippet
   * alt+shift+l inserts the lang-snippet
   * TODO: Someone with Linux or OSX could/should change these to what's
     expected on those platforms instead of alt+shift+...