Add missing language spec
authorrinpatch <rinpatch@sdf.org>
Thu, 3 Oct 2019 07:37:34 +0000 (10:37 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 3 Oct 2019 07:37:34 +0000 (10:37 +0300)
docs/configuration/cheatsheet.md

index f1d41b0c6cfc133377cc6d894dc5d0aac68029e3..82367ae0b7e083c810344549eedf3b3948bd0245 100644 (file)
@@ -266,7 +266,7 @@ All criteria are configured as a map of regular expressions to lists of policy m
 
 Example:
 
-```
+```elixir
 config :pleroma, :mrf_subchain,
   match_actor: %{
     ~r/https:\/\/example.com/s => [Pleroma.Web.ActivityPub.MRF.DropPolicy]