aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-06 04:01:17 -0500
committerGitHub <noreply@github.com>2023-02-06 10:01:17 +0100
commit1675f0e270579036c454c38f28e650b60a3fba1a (patch)
tree09f5d8926aa75facfeb20672ce82281547f2f815 /runtime/lua/vim
parent6c39edaa7e5060cedfbbf61e88f4aad20fdff73d (diff)
downloadrneovim-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.lua1
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',