mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 05:05:46 +01:00
Update options.xml for last commit.
This commit is contained in:
@@ -1053,7 +1053,8 @@
|
|||||||
<tags>'ln' 'linenumbers'</tags>
|
<tags>'ln' 'linenumbers'</tags>
|
||||||
<spec>'linenumbers' 'ln'</spec>
|
<spec>'linenumbers' 'ln'</spec>
|
||||||
<type>&option.linenumbers.type;</type>
|
<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>*,
|
github.com:.line_numbers>*,
|
||||||
mxr.mozilla.org:a.l,
|
mxr.mozilla.org:a.l,
|
||||||
pastebin.com:#code_frame>div>ol>li,
|
pastebin.com:#code_frame>div>ol>li,
|
||||||
|
|||||||
@@ -2230,7 +2230,7 @@ var Buffer = Module("Buffer", {
|
|||||||
options.add(["linenumbers", "ln"],
|
options.add(["linenumbers", "ln"],
|
||||||
"Patterns used to determine line numbers used by G",
|
"Patterns used to determine line numbers used by G",
|
||||||
"sitemap", {
|
"sitemap", {
|
||||||
"view-source:*": 'span[id^=line]',
|
"view-source:*": '[id^=line]',
|
||||||
"code.google.com": '#nums [id^="nums_table"] a[href^="#"]',
|
"code.google.com": '#nums [id^="nums_table"] a[href^="#"]',
|
||||||
"github.com": '.line_numbers>*',
|
"github.com": '.line_numbers>*',
|
||||||
"mxr.mozilla.org": 'a.l',
|
"mxr.mozilla.org": 'a.l',
|
||||||
|
|||||||
Reference in New Issue
Block a user