comparison runtime/syntax/debsources.vim @ 20241:56265f711890

Update runtime files Commit: https://github.com/vim/vim/commit/7ceefb35c8110d87ced884275ddbe63d024a014f Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 16:07:38 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 16:15:05 +0200
parents 51bc26d4a393
children 8dad79c661d1
comparison
equal deleted inserted replaced
20240:194676a30660 20241:56265f711890
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: 2020 Feb 02 5 " Last Change: 2020 Apr 27
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 \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', 26 \ 'wheezy', 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm',
27 \ 'sid', 'rc-buggy', 27 \ 'sid', 'rc-buggy',
28 \ 28 \
29 \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'devel' 29 \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'groovy', 'devel'
30 \ ] 30 \ ]
31 let s:unsupported = [ 31 let s:unsupported = [
32 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 32 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
33 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 33 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze',
34 \ 34 \