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

New options: --keep-plus-minus-markers and --color-only #122

Merged
merged 4 commits into from
Apr 12, 2020

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    defc0ea View commit details
    Browse the repository at this point in the history
  2. Horrible hack working around my failure to fix a bug properly

    At the parent commit da47330, some lines are being incorrectly
    truncated at word boundaries. It's something to do with an interaction
    between (a) the changes made in da47330 in order to implement
    --retain-plus-minus-markers, and (b) the logic in tokenize(). This
    commit works around that by reinstating the leading space character
    during tokenization and syntax highlighting, and then removing it
    afterwards in a hacky way.
    dandavison committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c0ed54c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bec712 View commit details
    Browse the repository at this point in the history
  4. Add --color-only option

    dandavison committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    5f99a88 View commit details
    Browse the repository at this point in the history