From 1e5d66408ef85c750a5af03bbf5cc19b5de7a6bc Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Mon, 4 Dec 2023 20:46:15 +0100 Subject: patch 9.0.2148: Vim does not detect pacman.log file Problem: Vim does not detect pacman.log file Solution: Detect pacmanlogs and add syntax highlighting pacman.log is a filetype common to Arch Liux and related distributions. Add some simple syntax highlighting for the pacmanlog filetype. closes: #13618 Signed-off-by: Ronan Pigott Signed-off-by: Christian Brabandt --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 977bb5d4c6..6bdc00ecb9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -450,6 +450,7 @@ runtime/syntax/nix.vim @equill runtime/syntax/nroff.vim @jmarshall runtime/syntax/nsis.vim @k-takata runtime/syntax/openvpn.vim @ObserverOfTime +runtime/syntax/pacmanlog.vim @rpigott runtime/syntax/pascal.vim @dkearns runtime/syntax/pbtxt.vim @lakshayg runtime/syntax/pdf.vim @tpope -- cgit v1.2.3