runtime(autopkgtest): update syntax script
Commit:
https://github.com/vim/vim/commit/1903020b82eb49c26c8f83ad29f7f2d1d317a81e
Author: Arnaud Rebillout <[email protected]>
Date: Mon May 4 20:31:51 2026 +0000
runtime(autopkgtest): update syntax script
Fix some typos, and move a deprecated keyword where it belongs
closes: #20141
Signed-off-by: Arnaud Rebillout <[email protected]>
Signed-off-by: James McCoy <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/syntax/autopkgtest.vim b/runtime/syntax/autopkgtest.vim
index 5dc1b5f6f..56698129e 100644
--- a/runtime/syntax/autopkgtest.vim
+++ b/runtime/syntax/autopkgtest.vim
@@ -2,6 +2,7 @@
" Language: Debian autopkgtest control files
" Maintainer: Debian Vim Maintainers
" Last Change: 2025 Jul 05
+" 2026 May 05 by Vim project: fix typos
" URL:
https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/autopkgtest.vim
"
" Specification of the autopkgtest format is available at:
@@ -31,10 +32,10 @@ syn match autopkgtestTests contained
"[a-z0-9][a-z0-9+.-]\+\%(,\=\s*[a-z0-9][a-z
syn match autopkgtestArbitrary contained "[^#]*"
syn keyword autopkgtestRestrictions contained
\ allow-stderr
- \ breaks-testbe
- \ build-neede
+ \ breaks-testbed
+ \ build-needed
\ flaky
- \ hint-testsuite-trigger
+ \ hint-testsuite-triggers
\ isolation-container
\ isolation-machine
\ needs-internet
@@ -43,10 +44,11 @@ syn keyword autopkgtestRestrictions contained
\ needs-sudo
\ rw-build-tree
\ skip-foreign-architecture
- \ skip-not-installable
\ skippable
\ superficial
-syn keyword autopkgtestDeprecatedRestrictions contained needs-recommends
+syn keyword autopkgtestDeprecatedRestrictions contained
+ \ needs-recommends
+ \ skip-not-installable
syn match autopkgtestFeatures contained 'test-name=[^, ]*\%([, ]*[^, #]\)*,\='
syn match autopkgtestDepends contained '\%(@builddeps@\|@recommends@\|@\)'
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wKL03-007VBT-Lx%40256bit.org.