Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
111b3000
Commit
111b3000
authored
8 years ago
by
Mike Frysinger
Browse files
Options
Download
Email Patches
Plain Diff
syntax: changelog: support more bug/issue styles
These are formats used by binutils/glibc/gdb/gcc.
parent
ec295f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/syntax/changelog.nanorc
+1
-1
doc/syntax/changelog.nanorc
with
1 addition
and
1 deletion
+1
-1
doc/syntax/changelog.nanorc
View file @
111b3000
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help