1
2
3
4
5
6
crate::front_parse_keywords! {
    keywords Preprocess {
        "yin3ru4"  -> Include,
        "ti4huan4" -> Replace,
    }
}