Commit 111b3000 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

syntax: changelog: support more bug/issue styles

These are formats used by binutils/glibc/gdb/gcc.
parent ec295f5e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -12,7 +12,7 @@ color yellow "<[^>]*@[^>]*>"
# Command-line options.
color cyan "[[:space:]]-[a-zA-Z\$]" "--[8a-z-]+"
# 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.
color brightred "\<[A-Z_][0-9A-Z_]+\>"
# Key sequences.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment