diff options
Diffstat (limited to 'ldc-completer.js')
-rw-r--r-- | ldc-completer.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ldc-completer.js b/ldc-completer.js index 562594c..2ce943e 100644 --- a/ldc-completer.js +++ b/ldc-completer.js @@ -33,8 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ // INFO {{{ -let INFO = -<> +let INFO = xml` <plugin name="LivedoorClipCompleter" version="1.0.0" href="http://vimpr.github.com/" summary="Add the completer for Livedoor Clip" @@ -65,7 +64,7 @@ let INFO = <description><p>同期して、ローカルにインポートする。</p></description> </item> </plugin> -</>; +`; // }}} (function () { |