summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorwrapperup <wrapperup4@gmail.com>2024-03-19 18:06:22 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-19 18:09:13 +0100
commit9f26e5a9bcedb3caef26e9d77849ea37a3626bbf (patch)
treec9542460b2cbf88fd64478bf209a4012fa41888a /runtime/filetype.vim
parentec21bafc135a1e78d40e4fc9118e022bbab958e8 (diff)
patch 9.1.0188: filetype: no support for Vento filesv9.1.0188
Problem: Vento files are not recognized. Solution: Recognize *.vto files as filetype "vento" (wrapperup) Vento is a templating engine https://vento.js.org/ closes: #14229 Signed-off-by: wrapperup <wrapperup4@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index fd9ba2c696..0f8ac8b9fd 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2400,6 +2400,9 @@ au BufRead,BufNewFile *.vdmpp,*.vpp setf vdmpp
au BufRead,BufNewFile *.vdmrt setf vdmrt
au BufRead,BufNewFile *.vdmsl,*.vdm setf vdmsl
+" Vento
+au BufNewFile,BufRead *.vto setf vento
+
" Vera
au BufNewFile,BufRead *.vr,*.vri,*.vrh setf vera