Skip to content

Commit 9fa2c82

Browse files
committed
Support highlight.js 10.4.0, bump add-on to version 2.1.0
Add the new CSS themes introduced by highlight.js 10.4.0, in order to upload an add-on embedding that version to ATN. The new highlight.js has improved support for Git diffs, courtesy of @fbezdeka. Thanks! Bump version number of the add-on for the new ATN submission. Fixes: #97
1 parent 16119ae commit 9fa2c82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"name": "Colored Diffs",
10-
"version": "2.0.1",
10+
"version": "2.1.0",
1111
"description": "Color diffs in messages formatted by Git or other version control systems",
1212
"author": "Vadim Atlygin",
1313
"homepage_url": "https://github.com/Qeole/colorediffs",

options/fill-css-list.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ const styles = [
8585
{ "file": "solarized-dark", "name" : "Solarized Dark" },
8686
{ "file": "solarized-light", "name" : "Solarized Light" },
8787
{ "file": "srcery", "name" : "Srcery" },
88+
{ "file": "stackoverflow-dark", "name" : "StackOverflow Dark" },
89+
{ "file": "stackoverflow-light", "name" : "StackOverflow Light" },
8890
{ "file": "sunburst", "name" : "Sunburst" },
8991
{ "file": "tomorrow", "name" : "Tomorrow" },
9092
{ "file": "tomorrow-night-blue", "name" : "Tomorrow Night Blue" },

0 commit comments

Comments
 (0)