aboutsummaryrefslogtreecommitdiffstats
path: root/refe.js
diff options
context:
space:
mode:
Diffstat (limited to 'refe.js')
-rw-r--r--refe.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/refe.js b/refe.js
index b9f5388..43be175 100644
--- a/refe.js
+++ b/refe.js
@@ -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 () {