2025-06-09 15:07:26 +02:00

21 lines
326 B
ReStructuredText

[header]
language = *
charset = utf-8
[data]
# we want to split anyway even if this characters are written without spaces
/-/ --> " "
/\[/ --> " "
/\]/ --> " "
/\(/ --> " "
/\)/ --> " "
/\</ --> " "
/\>/ --> " "
/\{/ --> " "
/\}/ --> " "
/(\S)!/ --> "$1"
/CD(\d+)/ --> "CD $1"
/beat it/i --> "beat-it"