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',
|
Snw = 'rnoweb',
|
||||||
robot = 'robot',
|
robot = 'robot',
|
||||||
resource = 'robot',
|
resource = 'robot',
|
||||||
|
ron = 'ron',
|
||||||
rsc = 'routeros',
|
rsc = 'routeros',
|
||||||
x = 'rpcgen',
|
x = 'rpcgen',
|
||||||
rpl = 'rpl',
|
rpl = 'rpl',
|
||||||
|
@ -489,6 +489,7 @@ let s:filename_checks = {
|
|||||||
\ 'rnoweb': ['file.rnw', 'file.snw'],
|
\ 'rnoweb': ['file.rnw', 'file.snw'],
|
||||||
\ 'robot': ['file.robot', 'file.resource'],
|
\ 'robot': ['file.robot', 'file.resource'],
|
||||||
\ 'robots': ['robots.txt'],
|
\ 'robots': ['robots.txt'],
|
||||||
|
\ 'ron': ['file.ron'],
|
||||||
\ 'routeros': ['file.rsc'],
|
\ 'routeros': ['file.rsc'],
|
||||||
\ 'rpcgen': ['file.x'],
|
\ 'rpcgen': ['file.x'],
|
||||||
\ 'rpl': ['file.rpl'],
|
\ 'rpl': ['file.rpl'],
|
||||||
|
Loading…
Reference in New Issue
Block a user