Skip to content
Snippets Groups Projects
Unverified Commit 5ffab472 authored by gwenn's avatar gwenn Committed by GitHub
Browse files

Merge pull request #140 from gwenn/misc

Prepare 2.0 release
parents a555098f e4fda0e7
No related branches found
No related tags found
No related merge requests found
[package]
name = "rustyline"
version = "2.0.0-alpha"
version = "2.0.0"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://docs.rs/rustyline"
......
//! Syntax highlighting
use config::CompletionType;
///! Syntax highlighting
use std::borrow::Cow::{self, Borrowed};
/// Syntax highlighter with [ansi color](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment