jjzjj

pygments

全部标签

python - 如何在 Ubuntu 上安装 pygments?

我正在关注Django-rest-framework.org教程,这是models.py的代码,如下所示。fromdjango.dbimportmodelsfrompygments.lexersimportget_all_lexersfrompygments.stylesimportget_all_stylesLEXERS=[itemforiteminget_all_lexers()ifitem[1]]LANGUAGE_CHOICES=sorted([(item[1][0],item[0])foriteminLEXERS])STYLE_CHOICES=sorted((item,item
12