aboutsummaryrefslogtreecommitdiffstats
path: root/nume.js
diff options
context:
space:
mode:
Diffstat (limited to 'nume.js')
-rw-r--r--nume.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/nume.js b/nume.js
index 6063293..ec6e11b 100644
--- a/nume.js
+++ b/nume.js
@@ -33,8 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// INFO {{{
-let INFO =
-<>
+let INFO = xml`
<plugin name="nume" version="1.0.0"
href="http://vimpr.github.com/"
summary="Make numeronymized text."
@@ -50,7 +49,7 @@ let INFO =
<description><p>Make numeronymized text.</p></description>
</item>
</plugin>
-</>;
+`;
// }}}