mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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',
|
||||
|
@@ -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'],
|
||||
|
Reference in New Issue
Block a user