You can apply syntax highlighting to your code. This theme uses pygments and applies color coding based on the lexer you specify.
Edit me

Available lexers

The keywords you must add to specify the highlighting (in the previous example, ruby) are called “lexers.” You can search for “lexers.” Here are some common ones I use:

  • js
  • html
  • yaml
  • css
  • json
  • php
  • java
  • cpp
  • dotnet
  • xml
  • http
Tags: formatting