1
0
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:
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

@@ -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,

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',