syntax: debian: remove file -- Debian itself will have to handle it

The syntax is useful only for users of Debian and its derivatives.
This commit is contained in:
Benno Schulenberg 2021-12-12 11:45:21 +01:00
parent 266ed0612f
commit 7ab903f072
2 changed files with 0 additions and 22 deletions

View File

@ -41,7 +41,6 @@ pkgdata_DATA = asm.nanorc \
nobase_pkgdata_DATA = \
extra/ada.nanorc \
extra/debian.nanorc \
extra/fortran.nanorc \
extra/haskell.nanorc \
extra/povray.nanorc \

View File

@ -1,21 +0,0 @@
## Syntax highlighting for apt's sources.list.
syntax sources.list "sources\.list(\.d/.*\.list)?(~|\.old|\.save)?$"
comment "#"
# Coloring the deb lines, working from tail to head. First the
# components -- well, everything, and thus also the components.
color brightmagenta "^deb.*"
# Distribution -- well, everything, except the components.
color brightred "^deb(-src)?\s+.*((ftp|https?|rsh|ssh|copy|file|spacewalk|tor):/\S+|cdrom:\[.+\]/)\s+\S+"
# URIs.
color brightgreen "^deb(-src)?\s+.*(ftp|https?|rsh|ssh|copy|file|spacewalk|tor):/\S+"
# CDroms.
color brightgreen "^deb(-src)?\s+.*cdrom:\[.+\]/"
# Options.
color brightcyan "^deb(-src)?\s+\[.+\]\s+"
# And finally the initial deb tag.
color yellow "^deb(-src)?"
# Comments.
color brightblue "#.*"