mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 01:22:28 +01:00
Add view-source: to 'linenumbers'.
This commit is contained in:
@@ -2230,6 +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]',
|
||||
"code.google.com": '#nums [id^="nums_table"] a[href^="#"]',
|
||||
"github.com": '.line_numbers>*',
|
||||
"mxr.mozilla.org": 'a.l',
|
||||
|
||||
Reference in New Issue
Block a user