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

Nrr*_*uel 5 lisp common-lisp github-flavored-markdown atom-editor

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

``common-lisp

````cl

它不突出显示语法。

Mat*_*ard 4

使用 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软件包。