Common Lisp on Atom 是否有 github markdown 语言标识符?

Is there a github markdown language identifier for Common Lisp on Atom?

我正在尝试使用 GitHub Markdown on Atom 在 Common-Lisp 中编写一些代码块,但是如果我编写

```common-lisp

```cl

它不突出语法。

使用 github 存储库中的主列表,我们在这里找到 common-lisp: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L743

所以你需要使用:```common-lisp 或 ```lisp

用于 Github Markdown 中的 common-lisp。如果在预览期间这没有出现在您的 Atom 编辑器中,那么您需要安装 language-lisp 包。