]> code.delx.au - gnu-emacs-elpa/commitdiff
Update README
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 12 Feb 2011 16:17:42 +0000 (19:17 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 12 Feb 2011 16:20:04 +0000 (19:20 +0300)
README.md

index 9ff2ee0cdf8b1becce390029810c054084e157cf..780a1e694c2f895a32f080a7f2a550d82c83358d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -100,6 +100,23 @@ In this js2-mode.el,
     else if (bar)
         return bar;  // fixed
 
+Fixes in Imenu support
+-----------------------
+
+Supports element-get form:
+
+    foo["bar"] = function() {};
+    foo[647] = function() {};
+
+Proper position for functions in nested object literals:
+
+    foo = {
+        bar: function() {}, // ok in original
+        baz: {
+             boop: function() {} // fixed here
+        },
+    }
+
 Bugs
 ====