Mercurial > vim
comparison runtime/syntax/debsources.vim @ 28843:cd68a630f0d0
Update runtime files and translations
Commit: https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 12 20:34:15 2022 +0100
Update runtime files and translations
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 12 May 2022 21:45:05 +0200 |
parents | e3d6184b89fa |
children | 34c1f4cd0c18 |
comparison
equal
deleted
inserted
replaced
28842:4c4966f73c6b | 28843:cd68a630f0d0 |
---|---|
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: 2022 Mar 28 | 5 " Last Change: 2022 May 01 |
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', 'impish', 'jammy', | 29 \ 'trusty', 'xenial', 'bionic', 'focal', 'impish', 'jammy', 'kinetic', |
30 \ 'devel' | 30 \ 'devel' |
31 \ ] | 31 \ ] |
32 let s:unsupported = [ | 32 let s:unsupported = [ |
33 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', | 33 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', |
34 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', | 34 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', |