diff options
Diffstat (limited to 'addhatebu.js')
-rw-r--r-- | addhatebu.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/addhatebu.js b/addhatebu.js index 93a6ef0..77cb14a 100644 --- a/addhatebu.js +++ b/addhatebu.js @@ -1,5 +1,5 @@ -// INFO // -var INFO = +// {{{ INFO +var INFO =xml` <plugin name="addhatebu.js" version="0.2" summary="Add Hatena Bookmark" href="http://github.com/vimpr/vimperator-plugins/blob/master/addhatebu.js" @@ -15,7 +15,8 @@ var INFO = <p>Add Hatena Bookmark</p> </description> </item> -</plugin>; +</plugin>`; +// }}} commands.addUserCommand( ['addhatebu'], |