Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1014 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 1014 Bytes

Reddit Code Highlight

A web extension that applies syntax highlighting to code blocks on Reddit.

What it does

On Reddit, blocks of code do not have any kind of syntax highlighting applied to them, which can make the code harder to read.

This extension aims to solve this problem by allowing the user to apply syntax highlighting on code, as well as adding line numbers on the side for convenience and readability.

Before:

Code block before syntax highlighting

After:

Code block after syntax highlighting

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.