aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-03-19 22:31:44 +0100
committerGitHub <noreply@github.com>2024-03-20 05:31:44 +0800
commit4694ce68774dd63a63e39009b4a887ac08636987 (patch)
treeb6d946c2ded08510a664719db09f68acaddebbb3 /test
parente39d9636afa287c867e8584b54e68bb51b082f81 (diff)
downloadrneovim-4694ce68774dd63a63e39009b4a887ac08636987.tar.gz
rneovim-4694ce68774dd63a63e39009b4a887ac08636987.tar.bz2
rneovim-4694ce68774dd63a63e39009b4a887ac08636987.zip
vim-patch:9.1.0188: filetype: no support for Vento files (#27935)
Problem: Vento files are not recognized. Solution: Recognize *.vto files as filetype "vento" (wrapperup) Vento is a templating engine https://vento.js.org/ closes: vim/vim#14229 https://github.com/vim/vim/commit/9f26e5a9bcedb3caef26e9d77849ea37a3626bbf Co-authored-by: wrapperup <wrapperup4@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/old/testdir/test_filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim
index f982ec2a4e..fc859cf3eb 100644
--- a/test/old/testdir/test_filetype.vim
+++ b/test/old/testdir/test_filetype.vim
@@ -701,6 +701,7 @@ func s:GetFilenameChecks() abort
\ 'vdmpp': ['file.vpp', 'file.vdmpp'],
\ 'vdmrt': ['file.vdmrt'],
\ 'vdmsl': ['file.vdm', 'file.vdmsl'],
+ \ 'vento': ['file.vto'],
\ 'vera': ['file.vr', 'file.vri', 'file.vrh'],
\ 'verilogams': ['file.va', 'file.vams'],
\ 'vgrindefs': ['vgrindefs'],