1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:32:26 +01:00

Update options.xml for last commit.

This commit is contained in:
Kris Maglione
2012-01-18 19:21:04 -05:00
parent cdd487946f
commit ff07625766
2 changed files with 3 additions and 2 deletions

View File

@@ -2230,7 +2230,7 @@ var Buffer = Module("Buffer", {
options.add(["linenumbers", "ln"],
"Patterns used to determine line numbers used by G",
"sitemap", {
"view-source:*": 'span[id^=line]',
"view-source:*": '[id^=line]',
"code.google.com": '#nums [id^="nums_table"] a[href^="#"]',
"github.com": '.line_numbers>*',
"mxr.mozilla.org": 'a.l',