Author: Daniel Baumann Description: Updating debsources syntax for Progress Linux 1 to 9. diff -Naurp vim.orig/runtime/syntax/debsources.vim vim/runtime/syntax/debsources.vim --- vim.orig/runtime/syntax/debsources.vim +++ vim/runtime/syntax/debsources.vim @@ -26,12 +26,16 @@ let s:supported = [ \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', \ 'sid', 'rc-buggy', \ + \ 'engywuck', 'fuchur', 'graograman', 'horok', 'illuan', + \ \ 'trusty', 'xenial', 'bionic', 'cosmic', 'disco', 'eoan', 'devel' \ ] let s:unsupported = [ \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', \ + \ 'artax', 'baureo', 'cairon', 'dschinn', + \ \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',