Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152)
" Relax NG XML
au BufNewFile,BufRead *.rng setf rng
+" ILE RPG
+au BufNewFile,BufRead *.rpgle,*.rpgleinc setf rpgle
+
" RPL/2
au BufNewFile,BufRead *.rpl setf rpl
\ 'rnc': ['file.rnc'],
\ 'rng': ['file.rng'],
\ 'rnoweb': ['file.rnw', 'file.snw'],
+ \ 'rpgle': ['file.rpgle', 'file.rpgleinc'],
\ 'robot': ['file.robot', 'file.resource'],
\ 'robots': ['robots.txt'],
\ 'ron': ['file.ron'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1406,
/**/
1405,
/**/