1# Devices
2regexp=\s\/dev(?:\/([^\/ ]+))+
3colours=green, bold green
4-
5# Mount Path
6regexp=(?<=─|-)(?:\/([^\/ ]+))+
7colours=unchanged,bold yellow
8-
9# RW
10regexp=(?:\s)rw
11colours=bold red
12-
13# RO
14regexp=(?:\s)ro
15colours=bold green
16-
17# Like comment, leave at end always
18regexp=^.*(?=cgroup|tmpfs).*$
19colours=bright_black
20-
21# Common Types
22regexp=\b(ext\d|xfs|btrfs|nfs)\b
23colours=cyan
24-
25# MS Types
26regexp=\b(fat|vfat|ntfs|msdos)\b
27colours=on_cyan white
28