1
1

syntax: gentoo: flag mixed whitespace

Этот коммит содержится в:
Mike Frysinger 2017-02-20 13:07:50 -05:00 коммит произвёл Benno Schulenberg
родитель 3ca6c9241f
Коммит cd5d7faa4e

Просмотреть файл

@ -43,6 +43,8 @@ color yellow "(^|[[:space:]])#.*$"
color brightyellow ""(\\.|[^\"])*"" "'(\\.|[^'])*'"
## Trailing space is bad!
color ,green "[[:space:]]+$"
## Mixed whitespace is also bad.
color ,green " "
## Here is an example for Portage control files.
##
@ -66,3 +68,5 @@ color brightmagenta "^[[:space:]]*(=|~|<|<=|>|>=)"
color yellow "#.*$"
## Trailing space is bad!
color ,green "[[:space:]]+$"
## Mixed whitespace is also bad.
color ,green " "