We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Processing STDIN does not work:
cat cmd/chroma/main.go | chroma --html-only --style=pygments \ --html-prevent-surrounding-pre --filename chroma.go chroma: error: expected "<files> ..."
The text was updated successfully, but these errors were encountered:
Fixed processing STDIN in cmd/chroma. Resolves alecthomas#207
e6fa238
d6b16d5
3b3f74c
Fix stdin mode in chroma tool.
66ff3eb
Fixes alecthomas#207.
No branches or pull requests
Processing STDIN does not work:
The text was updated successfully, but these errors were encountered: