1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 05:45:46 +01:00

[bootstrapped] Minor changes.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-25 05:31:52 -05:00
parent 73477dcdac
commit 84da91587a
3 changed files with 14 additions and 27 deletions

View File

@@ -292,10 +292,10 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
([^]*?) // 1
(?:
(<\[) | // 2
(< (.*?) >) | // 3 4
(< ((?:[a-z]-)?[a-z-]*?) >) | // 3 4
(\]>) // 5
)
]]>, "gy");
]]>, "giy");
while (match = re.exec(macro)) {
let [, prefix, open, full, macro, close] = match;
end += match[0].length;