diff options
author | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-06 04:01:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 10:01:17 +0100 |
commit | 1675f0e270579036c454c38f28e650b60a3fba1a (patch) | |
tree | 09f5d8926aa75facfeb20672ce82281547f2f815 /runtime/lua/vim | |
parent | 6c39edaa7e5060cedfbbf61e88f4aad20fdff73d (diff) | |
download | rneovim-1675f0e270579036c454c38f28e650b60a3fba1a.tar.gz rneovim-1675f0e270579036c454c38f28e650b60a3fba1a.tar.bz2 rneovim-1675f0e270579036c454c38f28e650b60a3fba1a.zip |
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)
https://github.com/vim/vim/commit/c8ef30bc2eaec956549510cd4b2efc96b7aee563
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index a18abf09ac..58728a8872 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -871,6 +871,7 @@ local extension = { Snw = 'rnoweb', robot = 'robot', resource = 'robot', + ron = 'ron', rsc = 'routeros', x = 'rpcgen', rpl = 'rpl', |