Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags colorize support #100

Closed
wants to merge 4 commits into from
Closed

Conversation

nazar-pc
Copy link

This is implementation of what I was talking in #96

Essentially, allows using HTML-like formatting:

<g>Green text <4>still green, but blue background</4> just green again</g>

in addition to less convenient (current syntax)

%gGreen text %4still green, but blue background%n%g just green again

It is much easier to read, write and maintain. Please, refer to #96 for discussion.
Nothing is removed and/or deprecated, unless you're using <g> and similar tags for whatever reason in CLI output, it shouldn't introduce any backward compatibility problems.

Fixes #96.

@nazar-pc nazar-pc force-pushed the tags-colorize-support branch 2 times, most recently from 7120c3c to 6789c35 Compare August 20, 2016 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants