-
Notifications
You must be signed in to change notification settings - Fork 50
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
shell codeblocks do not match syntax highlight for a .sh file. #156
Comments
this issue should be moved to the https://github.com/jeff-hykin/better-shell-syntax repo |
The thing is the syntax highlighting is fine in a shell file, it is only when it is embedded in markdown that it becomes an issue. |
yes |
Yes typically issues with embedded grammars are caused by incorrect use of Please move this issue over to the shell grammar so they can investigate |
Consider this basic shell file:
The bash file is syntax highlighted correctly, but when the same content is embedded in markdown the syntax highlighting fails.
The text was updated successfully, but these errors were encountered: