aboutsummaryrefslogtreecommitdiffstats
path: root/clock.js
diff options
context:
space:
mode:
Diffstat (limited to 'clock.js')
-rw-r--r--clock.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/clock.js b/clock.js
index f1dd328..9f0a265 100644
--- a/clock.js
+++ b/clock.js
@@ -1,4 +1,4 @@
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>clock</description>
@@ -94,7 +94,7 @@ let clock_format='(%t %d)'
||<
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
( function () {