aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-03-20 22:04:13 +0100
committerGitHub <noreply@github.com>2023-03-20 22:04:13 +0100
commite789d652974226ce3a763e3052a7c3d9898d875e (patch)
tree827f4f9649212b9db35cca64647bdbdfa030d800 /test
parent4cba53e09e6e9d9cf06e87431146b9707347bcd6 (diff)
parent0c9ed19af3be45d679d77460dd5f6833752f9f56 (diff)
downloadrneovim-e789d652974226ce3a763e3052a7c3d9898d875e.tar.gz
rneovim-e789d652974226ce3a763e3052a7c3d9898d875e.tar.bz2
rneovim-e789d652974226ce3a763e3052a7c3d9898d875e.zip
Merge pull request #22742 from clason/vim-9.0.1415
vim-patch:9.0.{1415,1417}: more files are not recognized
Diffstat (limited to 'test')
-rw-r--r--test/old/testdir/test_filetype.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim
index db2c7e1913..384a332177 100644
--- a/test/old/testdir/test_filetype.vim
+++ b/test/old/testdir/test_filetype.vim
@@ -133,6 +133,7 @@ let s:filename_checks = {
\ 'cqlang': ['file.cql'],
\ 'crm': ['file.crm'],
\ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
+ \ 'crystal': ['file.cr'],
\ 'cs': ['file.cs', 'file.csx'],
\ 'csc': ['file.csc'],
\ 'csdl': ['file.csdl'],
@@ -191,6 +192,7 @@ let s:filename_checks = {
\ 'epuppet': ['file.epp'],
\ 'erlang': ['file.erl', 'file.hrl', 'file.yaws'],
\ 'eruby': ['file.erb', 'file.rhtml'],
+ \ 'esdl': ['file.esdl'],
\ 'esmtprc': ['anyesmtprc', 'esmtprc', 'some-esmtprc'],
\ 'esqlc': ['file.ec', 'file.EC'],
\ 'esterel': ['file.strl'],