mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
20 lines
320 B
SYSTEMD
20 lines
320 B
SYSTEMD
#/full/path
|
|
regexp=\s/[-\w\d.]+(\s|/[-\w\d./]+)
|
|
colours=cyan
|
|
=======
|
|
#filesystem
|
|
regexp=^\w+\s
|
|
colours=yellow
|
|
=======
|
|
#type filesystem
|
|
#regexp=(?<=type)\s*
|
|
#colours=red
|
|
#=======
|
|
# /dev/sda
|
|
regexp=^(/dev/)?[s]d[a-f][0-9]*(?=[^\w\d]|$)
|
|
colours=bold green
|
|
=======
|
|
#mount options
|
|
regexp=(?<=[,(])[^,]*(?=[,)])
|
|
colours=green
|