summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/goaccess.vim
AgeCommit message (Collapse)AuthorFiles
2024-08-03vim-patch:9.1.0655: filetype: goaccess config file not recognizedChristian Clason1
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: vim/vim#15414 https://github.com/vim/vim/commit/0aa65b48fbe64e18a767b207802483026baecb5d Co-authored-by: Adam Monsen <haircut@gmail.com>