highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.6k stars 3.58k forks source link

fix(tools): remove duplicate CSS picklist entries #3926

Closed dschach closed 10 months ago

dschach commented 10 months ago

Styles were alphabetized but had duplicates that were not removed.

The CSS picklist was alphabetized, but duplicates remained. They were there before but I did not catch them.

Changes

Removed duplicate entries on developer.html CSS picklist

Checklist

github-actions[bot] commented 10 months ago

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

3 files changed

Total change +4 B

View Changes | file | base | pr | diff | | --- | --- | --- | --- | | es/core.min.js | 8.13 KB | 8.14 KB | +1 B | | es/highlight.min.js | 8.13 KB | 8.14 KB | +1 B | | highlight.min.js | 8.17 KB | 8.17 KB | +2 B |
github-actions[bot] commented 10 months ago

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

3 files changed

Total change +4 B

View Changes | file | base | pr | diff | | --- | --- | --- | --- | | es/core.min.js | 8.13 KB | 8.14 KB | +1 B | | es/highlight.min.js | 8.13 KB | 8.14 KB | +1 B | | highlight.min.js | 8.17 KB | 8.17 KB | +2 B |