aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/antlr4.vim
Commit message (Collapse)AuthorAge
* vim-patch:9.1.0550: filetype: antlr4 files are not recognizedChristian Clason2024-07-10
Problem: filetype: antlr4 files are not recognized Solution: Detect '*.g4' as antlr4 filetype, include a simple antlr4 syntax and filetype plugin (Yinzuo Jiang) closes: vim/vim#15191 https://github.com/vim/vim/commit/4a7a4a3675b6ad90a525524ba4684925df212325 Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>