comparison runtime/syntax/debsources.vim @ 25619:29ec2c198c8d

Update runtime files Commit: https://github.com/vim/vim/commit/6aa57295cfbe8f21c15f0671e45fd53cf990d404 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 14 21:25:52 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Aug 2021 21:30:04 +0200
parents 29c5f168c6fd
children ebedba7a4898
comparison
equal deleted inserted replaced
25618:b5765575dc5a 25619:29ec2c198c8d
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 Nov 28 5 " Last Change: 2021 Aug 03
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', 'groovy', 'hirsute', 'devel' 29 \ 'trusty', 'xenial', 'bionic', 'focal', 'hirsute', 'impish', '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', 'wheezy', 33 \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy',
34 \ 34 \
35 \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', 35 \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty',
36 \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 36 \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
37 \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', 37 \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',
38 \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic', 38 \ 'utopic', 'vivid', 'wily', 'yakkety', 'zesty', 'artful', 'cosmic',
39 \ 'disco', 'eoan' 39 \ 'disco', 'eoan', 'groovy'
40 \ ] 40 \ ]
41 let &cpo=s:cpo 41 let &cpo=s:cpo
42 42
43 " Match uri's 43 " Match uri's
44 syn match debsourcesUri '\(https\?://\|ftp://\|[rs]sh://\|debtorrent://\|\(cdrom\|copy\|file\):\)[^' <>"]\+' 44 syn match debsourcesUri '\(https\?://\|ftp://\|[rs]sh://\|debtorrent://\|\(cdrom\|copy\|file\):\)[^' <>"]\+'