For markdown in vscode, in a triple backtick code block what is the name I should use for bash? I have tried:
- bash
- sh
- shell
(example:
```bash
if [ "$BLEG" != xxx ]; then command fi
```
All to no avail.
Is there a list anywhere the shows the codes that vscode allows for?
thanks! -Eric