Add common file to highlight words in green,red,yellow

This commit is contained in:
Isaias Pina 2018-05-14 15:48:48 -05:00
parent 4c8b5a799a
commit e88d90ff0a
No known key found for this signature in database
GPG Key ID: CE80D641186B6F3D
1 changed files with 11 additions and 0 deletions

11
colourfiles/conf.common Normal file
View File

@ -0,0 +1,11 @@
# Green Words
regexp=[Ee]nabled?|[Oo]k|[Rr]unning|[Tt]rue
colour=green
-
# Red Words
regexp=[Dd]isabled?|[Ee]rrors?|[Ss]topped|[Ff]alse
colour=red
-
# Yellow Words
regexp=[Ww]arning
colour=yellow