diff options
Diffstat (limited to 'clock.js')
-rw-r--r-- | clock.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () {
|