LoginSignup
0
1

More than 5 years have passed since last update.

Pygments を使ってCrystalのコードをターミナル上でハイライトする

Last updated at Posted at 2017-02-15

Pygments を使ってCrystalのコードをターミナル上でハイライトします

インストール

$ pip install Pygments

試行

# Crystal の bumpup tool をクローン
$ git clone https://github.com/tbpgr/vup
$ cd vup
$ pygmentize src/vup.cr

demo.png

外部資料

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1