# HG changeset patch # User Kim Alvefur # Date 1614691159 -3600 # Node ID 2c4b65bfac624124f42f4fbab660cf76cef69154 # Parent 6813a00878ea20b7b550ca841d77bc89b16f06ec mod_ogp/README: Add Lua language annotation to prosody config snippet Because syntax highlighting is nice diff -r 6813a00878ea -r 2c4b65bfac62 mod_ogp/README.markdown --- a/mod_ogp/README.markdown Tue Mar 02 14:17:51 2021 +0100 +++ b/mod_ogp/README.markdown Tue Mar 02 14:19:19 2021 +0100 @@ -25,6 +25,8 @@ For example: - Component "muc.example.org" "muc" - modules_enabled = { "ogp" } - ogp_domain_whitelist = { "prosody.im" } +```lua +Component "muc.example.org" "muc" + modules_enabled = { "ogp" } + ogp_domain_whitelist = { "prosody.im" } +```