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
The prism is applied only for echo and command and typing animation use prompt. You can fix this by adding:
$.terminal.prism_formatters.prompt = true;
But then formatter is applied to original prompt as well.
Exec with typing animation should show syntax highlighting while the animation running
No syntax visible until animation finishes
demo()
The text was updated successfully, but these errors were encountered:
The solution may be to add additional type for formatters: "animation" so Prism will be able to use it.
"animation"
Sorry, something went wrong.
The website was updated and $.terminal.prism_formatters.prompt = true; was added.
fix typing animation with prism #726 + add insert animation
18d14d7
add unit tests #726
49178dd
e44bcfb
3326287
No branches or pull requests
Issue summary
The prism is applied only for echo and command and typing animation use prompt. You can fix this by adding:
But then formatter is applied to original prompt as well.
Expected behavior
Exec with typing animation should show syntax highlighting while the animation running
Actual behavior
No syntax visible until animation finishes
Steps to reproduce
demo()
The text was updated successfully, but these errors were encountered: