You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ It also has some disadvantages:
20
20
1. Because there are many contexts in which diffs appear and the HTML differs for each, I probably missed some cases.
21
21
1. Due to the brittle design of the whole thing (which essentially merges different GitHub pages into one and has to handle many special cases), it may become out of date at any time and I may or may not have time to fix it.
22
22
1. It doesn't highlight deleted lines on just-renamed files since GitHub's HTML doesn't usually contain enough information to do that.
23
+
1. It doesn't highlight inline diffs (such as in comments), since GitHub's HTML doesn't include enough information to do it accurately.
23
24
24
25
## TL;DR
25
26
@@ -29,14 +30,14 @@ This extension rocks and you should use it until it breaks inexplicably
29
30
30
31
### Safari
31
32
32
-
[Download the Safari extension](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.4/github-diff-syntax-highlighter.safariextz) and run it.
33
+
[Download the Safari extension](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.6/github-diff-syntax-highlighter.safariextz) and run it.
33
34
34
35
### Chrome
35
36
36
37
[Visit the Chrome web store](https://chrome.google.com/webstore/detail/github-diff-syntax-highli/dgkfbihjnombgekdpemmggglcpnmoich) and install the extension.
37
38
38
39
### Firefox
39
-
[Get the Firefox add-on](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.4/github-diff-syntax-highlighter.xpi)
40
+
[Get the Firefox add-on](https://github.com/msolomon/github-diff-syntax-highlighter/releases/download/v1.0.6/github-diff-syntax-highlighter.xpi)
0 commit comments