reorder coloring to avoid some bugs
This commit is contained in:
@@ -21,12 +21,12 @@ function helpexit() {
|
||||
# [x] check list (unofficial)
|
||||
# Color codes
|
||||
|
||||
export HB_RULES='"^\s*\*.*" "$y" \
|
||||
export HB_RULES='"\[[^]]\+\]([^)]\+)" "$U$B" \
|
||||
"^\s*\*.*" "$y" \
|
||||
"^[[:space:]]*[0-9]\+\..*" "$y" \
|
||||
"^#.*" "$U$W" \
|
||||
"^\s\s\s\s[^\*0-9].*" "$c" \
|
||||
"\`[^[[:space:]]]*[^\`]\+\`" "$c" \
|
||||
"\[[^]]\+\]([^)]\+)" "$B$U" \
|
||||
"\*\{1,2\}[^[[:space:]]]*[^\*]\+\*\{1,2\}" "$W" \
|
||||
"_[^[[:space:]]]*[^_]\+_" "$W" \
|
||||
"<[^>]\+>" "$K" \
|
||||
|
||||
Reference in New Issue
Block a user