mod_muc_limits: Set syntax of config snippets to enable syntax highlighting
authorKim Alvefur <zash@zash.se>
Sat, 15 Jul 2023 09:14:57 +0200
changeset 5606 bae2f4830a93
parent 5605 6680a1f53353
child 5607 ee335399d90e
mod_muc_limits: Set syntax of config snippets to enable syntax highlighting
mod_muc_limits/README.markdown
--- a/mod_muc_limits/README.markdown	Sat Jul 15 09:09:41 2023 +0200
+++ b/mod_muc_limits/README.markdown	Sat Jul 15 09:14:57 2023 +0200
@@ -30,8 +30,10 @@
 
 Add the module to the MUC host (not the global modules\_enabled):
 
-        Component "conference.example.com" "muc"
-            modules_enabled = { "muc_limits" }
+```lua
+Component "conference.example.com" "muc"
+    modules_enabled = { "muc_limits" }
+```
 
 You can define (globally or per-MUC component) the following options: