comparison runtime/syntax/debsources.vim @ 26050:ebedba7a4898

Update runtime files Commit: https://github.com/vim/vim/commit/079ba76ae7a7d0ef404cb9b41dff2663ff41f51b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 23 12:08:41 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Oct 2021 13:15:06 +0200
parents 29ec2c198c8d
children e3d6184b89fa
comparison
equal deleted inserted replaced
26049:1663e536d900 26050:ebedba7a4898
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Debian sources.list 2 " Language: Debian sources.list
3 " Maintainer: Debian Vim Maintainers 3 " Maintainer: Debian Vim Maintainers
4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl> 4 " Former Maintainer: Matthijs Mohlmann <matthijs@cacholong.nl>
5 " Last Change: 2021 Aug 03 5 " Last Change: 2021 Oct 19
6 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim 6 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/master/syntax/debsources.vim
7 7
8 " Standard syntax initialization 8 " Standard syntax initialization
9 if exists('b:current_syntax') 9 if exists('b:current_syntax')
10 finish 10 finish
24 let s:supported = [ 24 let s:supported = [
25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 25 \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
26 \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', 26 \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
27 \ 'trixie', 'sid', 'rc-buggy', 27 \ 'trixie', 'sid', 'rc-buggy',
28 \ 28 \
29 \ 'trusty', 'xenial', 'bionic', 'focal', 'hirsute', 'impish', 'devel' 29 \ 'trusty', 'xenial', 'bionic', 'focal', 'hirsute', 'impish', 'jammy',
30 \ 'devel'
30 \ ] 31 \ ]
31 let s:unsupported = [ 32 let s:unsupported = [
32 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 33 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
33 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', 34 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy',
34 \ 35 \