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:
Christian Clason
2023-03-17 09:40:25 +01:00
parent accdb0104e
commit 43d33c5d1a
2 changed files with 3 additions and 0 deletions

View File

@@ -883,6 +883,8 @@ local extension = {
ron = 'ron',
rsc = 'routeros',
x = 'rpcgen',
rpgle = 'rpgle',
rpgleinc = 'rpgle',
rpl = 'rpl',
Srst = 'rrst',
srst = 'rrst',

View File

@@ -495,6 +495,7 @@ let s:filename_checks = {
\ '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'],