diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
| commit | 4f2d36194b4f299aa7509d815c07121039ea833b (patch) | |
| tree | f3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /mnv/runtime/syntax/shared/debversions.mnv | |
| parent | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff) | |
| download | Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip | |
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/runtime/syntax/shared/debversions.mnv')
| -rw-r--r-- | mnv/runtime/syntax/shared/debversions.mnv | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/shared/debversions.mnv b/mnv/runtime/syntax/shared/debversions.mnv new file mode 100644 index 0000000000..f6e54845db --- /dev/null +++ b/mnv/runtime/syntax/shared/debversions.mnv @@ -0,0 +1,32 @@ +" MNV syntax file +" Language: Debian version information +" Maintainer: Debian MNV Maintainers +" Last Change: 2026 Jan 01 +" URL: https://salsa.debian.org/mnv-team/mnv-debian/blob/main/syntax/shared/debversions.mnv + +let s:cpo = &cpo +set cpo-=C + +" Version names that are upcoming or released and still within the standard support window +let g:debSharedSupportedVersions = [ + \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', + \ 'bookworm', 'trixie', 'forky', 'duke', + \ + \ 'jammy', 'noble', 'questing', 'resolute', + \ 'devel' + \ ] +" Historic version names, no longer under standard support +let g:debSharedUnsupportedVersions = [ + \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', + \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', + \ 'jessie', 'stretch', 'buster', 'bullseye', + \ + \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', + \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', + \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', + \ 'trusty', 'utopic', 'vivid', 'wily', 'xenial', 'yakkety', 'zesty', + \ 'artful', 'bionic', 'cosmic', 'disco', 'eoan', 'focal', 'groovy', + \ 'hirsute', 'impish', 'kinetic', 'lunar', 'mantic', 'oracular', + \ 'plucky', ] + +let &cpo=s:cpo |
