mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Add cross-compilation script
This commit is contained in:
9
runtime/syntax/man.micro
Normal file
9
runtime/syntax/man.micro
Normal file
@@ -0,0 +1,9 @@
|
||||
## Here is an example for manpages.
|
||||
##
|
||||
syntax "Man" "\.[1-9]x?$"
|
||||
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)"
|
||||
Reference in New Issue
Block a user