diff options
Diffstat (limited to 'refe.js')
-rw-r--r-- | refe.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -33,8 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ // INFO {{{ -let INFO = -<> +let INFO = xml` <plugin name="refe" version="1.0.0" href="http://vimpr.github.com/" summary="refe (Ruby reference) for vimperator" @@ -75,7 +74,7 @@ let INFO = <description><p>補完で検索し、リファレンスのページを新しいタブに開きます。</p></description> </item> </plugin> -</>; +`; // }}} (function () { |