1# NAMES
2regexp=^(?:([a-z\-_0-9]+)\/)*(\S+)\s(?!DESCRIPTION)
3colours=default,yellow,bold yellow
4-
5# Title
6regexp=^NAME.*
7colours=default
8-
9# Oficial
10regexp=\[OK\](?!$)
11colours=bold green
12-
13# Automated
14regexp=\[OK\]$
15colours=magenta
16-
17# 1 digit Star
18regexp=\s{3,}(\d)\s{3,}
19colours=red
20-
21# 2 digits Stars
22regexp=\s{3,}(\d{2})\s{3,}
23colours=yellow
24-
25# 3 digits Stars
26regexp=\s{3,}(\d{3,})\s{3,}
27colours=green
28