Bash代码块语法着色

时间:2016-03-17 15:03:07

标签: linux bash shell markdown visual-studio-code

对于vscode中的markdown,在三重反引号代码块中,我应该为bash使用什么名称? 我试过了:

  • 的bash
  • SH

(示例:

```的bash

if [“$ BLEG”!= xxx];然后       命令 网络

```

一切都无济于事。

在显示vscode允许的代码的任何地方是否有列表?

谢谢! -Eric

1 个答案:

答案 0 :(得分:2)

它是shellscript

```shellscript

if [ "$BLEG" != xxx ]; then command; fi

```

在此处找到:https://github.com/Microsoft/vscode/blob/d2a151fcc69bc3307fa3b75d167841177cbb9f41/extensions/shellscript/package.json