summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRonan Pigott <ronan@rjp.ie>2023-12-04 20:46:15 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-04 20:46:15 +0100
commit1e5d66408ef85c750a5af03bbf5cc19b5de7a6bc (patch)
tree3b5cab656e15b35794025dcf84abccd94772dcce /.github
parentca2eca7c79bbb1afe4c4bb0a4ed8b18c72d581bf (diff)
patch 9.0.2148: Vim does not detect pacman.log filev9.0.2148
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>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
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