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
Describe the issue
Prompt commonly contains the current path and uses the ~ symbol to denote user's HOME directory.
~
Which language seems to have the issue?
shell
Sample Code to Reproduce
[root@localhost ~]# yum list --show-duplicates neo4j-enterprise
Expected behavior
In the above example, [root@localhost ~]# should be recognized as a prompt.
[root@localhost ~]#
The text was updated successfully, but these errors were encountered:
resolves highlightjs#2858 recognize prompt that contain tilde(s) and/…
4cd2998
…or space(s)
a774b8f
enh(shell) recognize prompts that contain tilde(s)
acf0527
resolves highlightjs#2858
bce2816
enh(shell) recognize prompts that contain tilde(s) (#2859)
4fed71d
Resolves #2858.
Successfully merging a pull request may close this issue.
Describe the issue
Prompt commonly contains the current path and uses the
~
symbol to denote user's HOME directory.Which language seems to have the issue?
shell
Sample Code to Reproduce
Expected behavior
In the above example,
[root@localhost ~]#
should be recognized as a prompt.The text was updated successfully, but these errors were encountered: