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
When you call same syntax multiple times, terminal created duplicated formatters
It should remove old syntax formatter and create new one or ignore when there is one already
There are duplicated formatters
execute:
$.terminal.syntax("scheme"); $.terminal.syntax("scheme"); $.terminal.syntax("scheme");
there will be 3 scheme formatters.
The text was updated successfully, but these errors were encountered:
remove old syntax when new is added #573
a0bc2f0
No branches or pull requests
Issue summary
When you call same syntax multiple times, terminal created duplicated formatters
Expected behavior
It should remove old syntax formatter and create new one or ignore when there is one already
Actual behavior
There are duplicated formatters
Steps to reproduce
execute:
there will be 3 scheme formatters.
The text was updated successfully, but these errors were encountered: