literatex-0.3.0.0: transform literate source code to Markdown
CopyrightCopyright (c) 2021-2023 Travis Cardwell
LicenseMIT
Safe HaskellSafe-Inferred
LanguageHaskell2010

LiterateX.Types.CodeLanguage

Contents

Description

 
Synopsis

Type

data CodeLanguage Source #

Source code language

This string is used for syntax highlighting of source code.

When using Pandoc Markdown, run the following command to see a list of supported languages:

$ pandoc --list-highlight-languages

When using GitHub Flavored Markdown, check the following file for supported languages:

https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

Since: 0.0.1.0