Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nojhan/colout

Tags

v1.1

Toggle v1.1's commit message
feat(theme): add the Django theme

For coloring Django's logs.

v1.1b

Toggle v1.1b's commit message
feat(theme): add the Django theme

For coloring Django's logs.

v1.0

Toggle v1.0's commit message
fix(syntax coloring): load all lexers, even those without aliases

Some Pygments’ lexers are registered without any alias, just with their long name.
This ensure that they are loaded, along with the others.

v0.12.0

Toggle v0.12.0's commit message
Release version 0, mark 12, unpatched.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #97 from Code0x58/remove-six

Remove six

v0.6

Toggle v0.6's commit message
Add authors and a gdbinit example

v0.5

Toggle v0.5's commit message
Remove the dirty arg management, only keep argparse

fix #70

v0.4

Toggle v0.4's commit message
Add a mandatory argument to --resources.

It should be use at least with an "all" argument.
Partially fix #49

v0.3

Toggle v0.3's commit message
Allow big group matching for "scale" special color

When matching a group with "scale", filter out everything that does not seem to
be necessary to interpret the string as a number this permits to transform
"[95%]" to "95" before number conversion, and thus allows to color a group larger
than the matched number

Update the cmake theme accordingly.

v0.2

Toggle v0.2's commit message
delete duplicate entry for `--all` in the README