comparison src/testdir/test_filetype.vim @ 34717:57572ecdd865 v9.1.0237

patch 9.1.0237: filetype: mplstyle files are not recognized Commit: https://github.com/vim/vim/commit/0fd560d46a1b83edba032300ab1f6119d4dca7b5 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:05:44 2024 +0200 patch 9.1.0237: filetype: mplstyle files are not recognized Problem: filetype: mplstyle files are not recognized Solution: Detect '*.mplstyle' files as yaml (Wu, Zhenyu) closes: #14358 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19:15:04 +0200
parents 6e5a5af31ac9
children 49035eb530e1
comparison
equal deleted inserted replaced
34716:478a03094e32 34717:57572ecdd865
818 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'], 818 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'],
819 xs: ['file.xs'], 819 xs: ['file.xs'],
820 xsd: ['file.xsd'], 820 xsd: ['file.xsd'],
821 xslt: ['file.xsl', 'file.xslt'], 821 xslt: ['file.xsl', 'file.xslt'],
822 yacc: ['file.yy', 'file.yxx', 'file.y++'], 822 yacc: ['file.yy', 'file.yxx', 'file.y++'],
823 yaml: ['file.yaml', 'file.yml', 'file.eyaml', '.clangd', '.clang-format', '.clang-tidy'], 823 yaml: ['file.yaml', 'file.yml', 'file.eyaml', '.clangd', '.clang-format', '.clang-tidy', 'file.mplstyle'],
824 yang: ['file.yang'], 824 yang: ['file.yang'],
825 yuck: ['file.yuck'], 825 yuck: ['file.yuck'],
826 z8a: ['file.z8a'], 826 z8a: ['file.z8a'],
827 zig: ['file.zig', 'build.zig.zon'], 827 zig: ['file.zig', 'build.zig.zon'],
828 zimbu: ['file.zu'], 828 zimbu: ['file.zu'],