From f060f03304ca5f3b8adf5d5b46bdd01dc413d985 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 9 Aug 2023 23:35:10 +0200 Subject: vim-patch:2eb413f89b97 (#24627) * vim-patch:2eb413f89b97 detect filetype for `*.vsh` and `*.vv` files (vim/vim#12692) Co-authored-by: Turiiya <34311583+tobealive@users.noreply.github.com> https://github.com/vim/vim/commit/2eb413f89b97a498679fbe68c7564b9e41c5af7f Co-authored-by: Turiiya <34311583+ttytm@users.noreply.github.com> Co-authored-by: zeertzjq --- runtime/lua/vim/filetype.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index dd730c0744..bee210aacb 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -1017,6 +1017,8 @@ local extension = { url = 'urlshortcut', usd = 'usd', usda = 'usd', + vsh = 'v', + vv = 'v', sba = 'vb', vb = 'vb', dsm = 'vb', -- cgit