From 2eb413f89b97a498679fbe68c7564b9e41c5af7f Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:04:59 +0200 Subject: detect filetype for `*.vsh` and `*.vv` files (#12692) Co-authored-by: Turiiya <34311583+tobealive@users.noreply.github.com> --- runtime/filetype.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 5d24849219..6d2d55e3c7 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -2320,6 +2320,9 @@ au BufNewFile,BufRead */.config/upstart/*.override setf upstart " URL shortcut au BufNewFile,BufRead *.url setf urlshortcut +" V +au BufNewFile,BufRead *.vsh,*.vv setf v + " Vala au BufNewFile,BufRead *.vala setf vala -- cgit v1.2.3