mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 09:14:15 +00:00
vim-patch:9.1.0550: filetype: antlr4 files are not recognized
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
4a7a4a3675
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
This commit is contained in:
@@ -190,6 +190,7 @@ local extension = {
|
||||
aidl = 'aidl',
|
||||
aml = 'aml',
|
||||
run = 'ampl',
|
||||
g4 = 'antlr4',
|
||||
scpt = 'applescript',
|
||||
ino = 'arduino',
|
||||
pde = 'arduino',
|
||||
|
||||
Reference in New Issue
Block a user