-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for shell #1320
Comments
Isn't it the same thing as |
@Golmote Kind of, but looking at https://github.com/isagalaev/highlight.js/blob/master/src/languages/shell.js#L14 it may have slightly different syntax for some things So this lang could extend bash. |
* Add Prism.languages.shell to bash file as an alias Fixes #1320
@paladox, highlight's $ cd dir
$ ls
file1/ file2 Which is not bash but if a line starts with |
@juancampa There's a command-line plugin that may suit your needs. |
That looks great. The sad thing is that it can't be used in node. Still wanting a special lang named shell-session or command-line. |
Hi, could support for the shell language be added please?
The text was updated successfully, but these errors were encountered: