mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-19 21:10:15 +02:00
lexers: add Debian user configuration file backups to ignored suffixes
https://manpages.debian.b/bullseye/ucf/ucf.1.en.html
This commit is contained in:
parent
26f16a6f7c
commit
4436c497ee
@ -15,8 +15,8 @@ var (
|
|||||||
ignoredSuffixes = [...]string{
|
ignoredSuffixes = [...]string{
|
||||||
// Editor backups
|
// Editor backups
|
||||||
"~", ".bak", ".old", ".orig",
|
"~", ".bak", ".old", ".orig",
|
||||||
// Debian and derivatives apt/dpkg backups
|
// Debian and derivatives apt/dpkg/ucf backups
|
||||||
".dpkg-dist", ".dpkg-old",
|
".dpkg-dist", ".dpkg-old", ".ucf-dist", ".ucf-new", ".ucf-old",
|
||||||
// Red Hat and derivatives rpm backups
|
// Red Hat and derivatives rpm backups
|
||||||
".rpmnew", ".rpmorig", ".rpmsave",
|
".rpmnew", ".rpmorig", ".rpmsave",
|
||||||
// Build system input/template files
|
// Build system input/template files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user