From 964e2882c6126d707831f1c18076d2e29126a079 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 6 Jul 2025 12:35:56 +0000 Subject: feat: add `autopkgtest` filetype to `debputy.lua` #3939 The `vim-debian` project added `autopkgtest` as id for the `debian/tests/control`. The `debputy` project supports that file under a different file type ID, but will align with `vim-debian` in the next release of `debputy`. The `vim-debian` project adding the file type: * https://salsa.debian.org/vim-team/vim-debian/-/commit/14776de4f28f82177ef6e2397510d01b266f3b41 * https://salsa.debian.org/vim-team/vim-debian/-/commit/d6363b31dd8baa75d8a70d63301b808583848214 The `debputy` project aligning on the file type ID: * https://salsa.debian.org/vim-team/vim-debian/-/commit/d6363b31dd8baa75d8a70d63301b808583848214 --- lsp/debputy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/debputy.lua') diff --git a/lsp/debputy.lua b/lsp/debputy.lua index 36e9f1b6..7aa71bf1 100644 --- a/lsp/debputy.lua +++ b/lsp/debputy.lua @@ -5,6 +5,6 @@ --- Language Server for Debian packages. return { cmd = { 'debputy', 'lsp', 'server' }, - filetypes = { 'debcontrol', 'debcopyright', 'debchangelog', 'make', 'yaml' }, + filetypes = { 'debcontrol', 'debcopyright', 'debchangelog', 'autopkgtest', 'make', 'yaml' }, root_markers = { 'debian' }, } -- cgit v1.2.3-70-g09d2