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:
parent
266ed0612f
commit
7ab903f072
@ -41,7 +41,6 @@ pkgdata_DATA = asm.nanorc \
|
|||||||
|
|
||||||
nobase_pkgdata_DATA = \
|
nobase_pkgdata_DATA = \
|
||||||
extra/ada.nanorc \
|
extra/ada.nanorc \
|
||||||
extra/debian.nanorc \
|
|
||||||
extra/fortran.nanorc \
|
extra/fortran.nanorc \
|
||||||
extra/haskell.nanorc \
|
extra/haskell.nanorc \
|
||||||
extra/povray.nanorc \
|
extra/povray.nanorc \
|
||||||
|
|||||||
@ -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 "#.*"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user