Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-rust-mirrors-rustyline
Commits
5ffab472
Unverified
Commit
5ffab472
authored
6 years ago
by
gwenn
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #140 from gwenn/misc
Prepare 2.0 release
parents
a555098f
e4fda0e7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
src/highlight.rs
+2
-1
2 additions, 1 deletion
src/highlight.rs
with
3 additions
and
2 deletions
Cargo.toml
+
1
−
1
View file @
5ffab472
[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"
...
...
This diff is collapsed.
Click to expand it.
src/highlight.rs
+
2
−
1
View file @
5ffab472
//! 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).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment