Some common languages you may want to use:
*: =console=: =bash= console sessions
*: =bash=: =bash= scripts
-*: =text=: plain text, no syntax highlighting
*: =doscon=: Windows CMD sessions
*: =bat=: Windows BAT files
+*: =python=: Python scripts
+*: =pycon=: Python REPL sessions
+*: =pytb=: Python tracebacks
+*: =text=: plain text, no syntax highlighting
We also have some custom lexers, defined in =full_conf.py=:
*: =condor-classad=: A new or old-style ClassAd
@@ -183,6 +186,7 @@
*: =condor-config=: Condor configuration language
*: =condor-dagman=: DAGMan description files
+A full list of built-in lexers is available at https://pygments.org/docs/lexers/
{subsection: Documenting Python Objects}