mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00: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:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user