mirror of git://git.sv.gnu.org/nano.git
syntax: patch: recognize also the .rej extension
The addition was inspired by `davidhcefx`.
This commit is contained in:
parent
cd53f7cf8c
commit
05602e29cd
|
@ -1,6 +1,6 @@
|
|||
## Syntax highlighting for patch and diff files.
|
||||
|
||||
syntax patch "\.(patch|diff|debdiff)$"
|
||||
syntax patch "\.(patch|diff|debdiff|rej)$"
|
||||
magic "diff output"
|
||||
# There is no official support for comments in patch files.
|
||||
comment ""
|
||||
|
|
Loading…
Reference in New Issue