Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-one-pgyments

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-one-pgyments

Atom One Syntax Highlighting for Pygments

  • 1.1.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Atom One Pygments

A tool for generating Pygments and Chroma stylesheets using Atom's lovely One Dark and One Light Syntax themes.

How it works

NPM scripts are used to copy the LESS stylesheet files from One Dark Syntax and One Light Syntax into a temp folder, at which point each of them are converted to vanilla CSS using the LESS compiler, and minified with clean-css before being output to the dist directory.

Supports code snippets generated with Pygments 2.2.0 and earlier, and includes the user-select css selection rule on the linenos class in an effort to help prevent users from copying line numbers when selecting code snippets.

Usage

  1. Clone the repository using git clone
  2. Install NPM dependencies with npm i
  3. Run npm run build to generate stylesheets

The above will generate two minified stylesheets in the dist directory, aptly named dark.css and light.css, for use in highlighting code.

Note: By default, generated stylesheets assume your highlighted code sits in a container with class highlight, e.g.

<div class="highlight">
  <pre>
    <code>...</code>
  </pre>
</div>

If you are using a different wrapper class with Pygments, the wrapper name can be changed in pygments.less before building. Additional customizations are also possible as outlined in the file. Get creative.

Contributing

Please feel free to submit an issue if spot any bugs or need help understanding how to use this tool. Enhancement requests should come in the form of a pull request demonstrating your suggested changes.

Credits

This tool was inspired by Richard Leland, Mihály Gyöngyösi and Alex Wood from their following creative works:

License

Copyright (C) 2017–2018 Josh Habdas jhabdas@protonmail.com

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

Keywords

FAQs

Package last updated on 09 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc