]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0188: filetype: no support for Vento files v9.1.0188
authorwrapperup <wrapperup4@gmail.com>
Tue, 19 Mar 2024 17:06:22 +0000 (18:06 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 19 Mar 2024 17:09:13 +0000 (18:09 +0100)
commit9f26e5a9bcedb3caef26e9d77849ea37a3626bbf
treec9542460b2cbf88fd64478bf209a4012fa41888a
parentec21bafc135a1e78d40e4fc9118e022bbab958e8
patch 9.1.0188: filetype: no support for Vento files

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>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c