]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/man.yaml
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / man.yaml
1 filetype: man
2
3 detect: 
4     filename: "\\.[1-9]x?$"
5
6 rules:
7     - green: "\\.(S|T)H.*$"
8     - brightgreen: "\\.(S|T)H|\\.TP"
9     - brightred: "\\.(BR?|I[PR]?).*$"
10     - brightblue: "\\.(BR?|I[PR]?|PP)"
11     - brightwhite: "\\\\f[BIPR]"
12     - yellow: "\\.(br|DS|RS|RE|PD)"