aboutsummaryrefslogtreecommitdiffstats
path: root/exShowElementInfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'exShowElementInfo.js')
-rw-r--r--exShowElementInfo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/exShowElementInfo.js b/exShowElementInfo.js
index 66db75b..eeeb631 100644
--- a/exShowElementInfo.js
+++ b/exShowElementInfo.js
@@ -1,4 +1,4 @@
-/*
+/**
* ==VimperatorPlugin==
* @name exShowElementInfo.js
* @description extend feature that show element's information when extended-hints mode ";?"
@@ -40,6 +40,6 @@ function addFeatureToMethodAfter(object, method, feature) {
return tmp;
};
}
-})()
+})();
// vim: set sw=4 ts=4 et;