mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
6c39edaa7e
commit
1675f0e270
@ -871,6 +871,7 @@ local extension = {
|
||||
Snw = 'rnoweb',
|
||||
robot = 'robot',
|
||||
resource = 'robot',
|
||||
ron = 'ron',
|
||||
rsc = 'routeros',
|
||||
x = 'rpcgen',
|
||||
rpl = 'rpl',
|
||||
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user