-
Notifications
You must be signed in to change notification settings - Fork 585
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
[ShellScript] Add support for dash shebang #2819
[ShellScript] Add support for dash shebang #2819
Conversation
Please fix column position of trailing comment, so all trailing comments are located at the same column. |
Thanks |
You're welcome! |
Please note. I've synced this PR with #2760 by adding DASH there, too. It is to avoid it being lost due to merge conflicts etc. |
Sounds good. Shall we close this PR, then? |
Not neccessarily. It's not yet for sure the other PR will ever be accepted. |
Since the other PR is marked as |
This is a patch to
Bash.sublime-syntax
that adds support for shebangs explicitly calling for dash, e.g.,#!/usr/bin/env dash
. Proposed in sharkdp/bat#1654.I have not modified the Bash syntax test file since the dash shell supports less features than Bash.