]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2148: Vim does not detect pacman.log file v9.0.2148
authorRonan Pigott <ronan@rjp.ie>
Mon, 4 Dec 2023 19:46:15 +0000 (20:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 4 Dec 2023 19:46:15 +0000 (20:46 +0100)
commit1e5d66408ef85c750a5af03bbf5cc19b5de7a6bc
tree3b5cab656e15b35794025dcf84abccd94772dcce
parentca2eca7c79bbb1afe4c4bb0a4ed8b18c72d581bf
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 <ronan@rjp.ie>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/CODEOWNERS
runtime/filetype.vim
runtime/syntax/pacmanlog.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c