micro/runtime/syntax/man.micro

10 lines
264 B
Text
Raw Normal View History

2016-03-21 19:16:02 +03:00
## Here is an example for manpages.
##
syntax "man" "\.[1-9]x?$"
2016-03-21 19:16:02 +03:00
color green "\.(S|T)H.*$"
color brightgreen "\.(S|T)H" "\.TP"
color brightred "\.(BR?|I[PR]?).*$"
color brightblue "\.(BR?|I[PR]?|PP)"
color brightwhite "\\f[BIPR]"
color yellow "\.(br|DS|RS|RE|PD)"