-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Proposal: Add support for bash/sh file type #309
Comments
Note that code highlighting already exists for shell scripts, the following extensions are supported: ".sh", ".bash", ".zsh", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout" |
Perfect opportunity to shine as an extension author. 😉 |
Please provide this feature. Syntax highlighting for bash works fine. But, there's much more support required. For example, after if, adjacent "fi" gets automatically aligned.. etc. If there's any extension available for it, please provide a link to it (I couldn't find any). |
Syntax highlighting is one (very small) thing, but utilising ~/.bash_profile within VS Code terminal, opens the door to the flexibility that ~/.bash_profile provides to a dev on their machine, to access their own custom aliases and functions for example. |
@adampfoster |
@Tyriar ok apologies for my confusion. Great to hear about ~/.bash_profile running in 1.11 :) |
Closing as shell language support can be added by an extension. Please see this guide for information about writing a language extension |
Please add bash/sh file type support (code highlight, code complete, symbol navigations)
shell script programming were very common development in unix/linux world.
If you can provided support for it. that's would be very impressive feature.
The text was updated successfully, but these errors were encountered: