mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 21:12:27 +01:00
Update options.xml for last commit.
This commit is contained in:
@@ -1053,7 +1053,8 @@
|
||||
<tags>'ln' 'linenumbers'</tags>
|
||||
<spec>'linenumbers' 'ln'</spec>
|
||||
<type>&option.linenumbers.type;</type>
|
||||
<default><![CDATA[code.google.com:'#nums [id^="nums_table"] a[href^="#"]',
|
||||
<default><![CDATA['view-source:*':[id^=line],
|
||||
code.google.com:'#nums [id^="nums_table"] a[href^="#"]',
|
||||
github.com:.line_numbers>*,
|
||||
mxr.mozilla.org:a.l,
|
||||
pastebin.com:#code_frame>div>ol>li,
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user