vim-patch:9.0.1282: Ron files are not recognized (#22132)

Problem:    Ron files are not recognized.
Solution:   Recognize Ron files. (Amaan Qureshi, closes vim/vim#11948)

c8ef30bc2e
This commit is contained in:
Amaan Qureshi 2023-02-06 04:01:17 -05:00 committed by GitHub
parent 6c39edaa7e
commit 1675f0e270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -871,6 +871,7 @@ local extension = {
Snw = 'rnoweb',
robot = 'robot',
resource = 'robot',
ron = 'ron',
rsc = 'routeros',
x = 'rpcgen',
rpl = 'rpl',

View File

@ -489,6 +489,7 @@ let s:filename_checks = {
\ 'rnoweb': ['file.rnw', 'file.snw'],
\ 'robot': ['file.robot', 'file.resource'],
\ 'robots': ['robots.txt'],
\ 'ron': ['file.ron'],
\ 'routeros': ['file.rsc'],
\ 'rpcgen': ['file.x'],
\ 'rpl': ['file.rpl'],