add language hints to code blocks

This commit is contained in:
Joel Wetzell
2026-03-28 14:48:30 -05:00
parent 4d76d36d37
commit 694c0e505a
59 changed files with 63 additions and 60 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ The `time.sleep` processor will sleep for the specified `duration` in millisecon
### Example
This would sleep for 5 seconds before passing the message to the next processor.
```
```yaml
- type: time.sleep
params:
duration: 5000