noir

Version, currently master branch1 version
  • master branchlatestDec 21, 2018

github.com/freyamade/noir

Syntax Highlight Library for Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  noir:
    github: freyamade/noir
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
TSUYUSATO Kitsune

Dependencies

This version declares no dependencies.

README

NOIR

Syntax Highlight Library for Crystal

CLI

ET NOIR is CLI tool for NOIR. It can be installed with these commands:

$ git clone https://github.com/MakeNowJust/noir
$ cd noir
$ make

Then bin/etnoir is available:

$ bin/etnoir
ET NOIR - NOIR command-line tool

Usage:
    etnoir highlight FILENAME
    etnoir style THEME

Command:
    highlight                        highlight FILENAME content
    style                            print THEME style as CSS
    help                             show this help
    version                          show ET NOIR version

Note

This project is heavily inspired by jneen/rouge.

License

MIT and :sushi: © TSUYUSATO "MakeNowJust" Kitsune <make.just.on@gmail.com> 2016-2017