mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.0.1406: ILE RPG files are not recognized
Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue vim/vim#12152)
e202ec8a0c
Co-authored-by: Andreas Louv <andreas@louv.dk>
This commit is contained in:
@@ -883,6 +883,8 @@ local extension = {
|
||||
ron = 'ron',
|
||||
rsc = 'routeros',
|
||||
x = 'rpcgen',
|
||||
rpgle = 'rpgle',
|
||||
rpgleinc = 'rpgle',
|
||||
rpl = 'rpl',
|
||||
Srst = 'rrst',
|
||||
srst = 'rrst',
|
||||
|
||||
Reference in New Issue
Block a user