]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0655: filetype: goaccess config file not recognized v9.1.0655
authorAdam Monsen <haircut@gmail.com>
Fri, 2 Aug 2024 17:54:15 +0000 (19:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 2 Aug 2024 17:58:00 +0000 (19:58 +0200)
commit0aa65b48fbe64e18a767b207802483026baecb5d
treebb42528aed3b00d7d424a768116a861cbca0c44a
parent22a22529afc9854dffaf32c742e4796ac6c9999b
patch 9.1.0655: filetype: goaccess config file not recognized

Problem:  filetype: goaccess config file not recognized
Solution: detect 'goaccess.conf' as goaccess filetype, also
          include a basic syntax and ftplugin (Adam Monsen)

Add syntax highlighting for GoAccess configuration file.

GoAccess is a real-time web log analyzer and interactive viewer that
runs in a terminal in *nix systems or through your browser.

GoAccess home page: https://goaccess.io

closes: #15414

Signed-off-by: Adam Monsen <haircut@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/filetype.vim
runtime/ftplugin/goaccess.vim [new file with mode: 0644]
runtime/syntax/goaccess.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c