syntax: changelog: support more bug/issue styles
These are formats used by binutils/glibc/gdb/gcc.master
parent
ec295f5e68
commit
111b30008a
|
@ -12,7 +12,7 @@ color yellow "<[^>]*@[^>]*>"
|
||||||
# Command-line options.
|
# Command-line options.
|
||||||
color cyan "[[:space:]]-[a-zA-Z\$]" "--[8a-z-]+"
|
color cyan "[[:space:]]-[a-zA-Z\$]" "--[8a-z-]+"
|
||||||
# Bug and patch numbers.
|
# Bug and patch numbers.
|
||||||
color cyan "bug #[0-9]{5,9}" "patch #[0-9]{4,9}"
|
color cyan "(BZ|bug|patch) #[0-9]+" "PR [[:alnum:]]+/[0-9]+"
|
||||||
# Probable constants, for variety.
|
# Probable constants, for variety.
|
||||||
color brightred "\<[A-Z_][0-9A-Z_]+\>"
|
color brightred "\<[A-Z_][0-9A-Z_]+\>"
|
||||||
# Key sequences.
|
# Key sequences.
|
||||||
|
|
Loading…
Reference in New Issue