comparison src/testdir/test_filetype.vim @ 34915:ef1d8d1eb838 v9.1.0317

patch 9.1.0317: filetype: matplotlibrc files are not recognized Commit: https://github.com/vim/vim/commit/55d4f3c006689945599589a90036923b1752754f Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sat Apr 13 18:25:38 2024 +0200 patch 9.1.0317: filetype: matplotlibrc files are not recognized Problem: filetype: matplotlibrc files are not recognized Solution: Detect 'matplotlibrc' file as yaml filetype (Wu, Zhenyu) See: https://matplotlib.org/stable/users/explain/customizing.html#the-matplotlibrc-file closes: #14501 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Apr 2024 18:30:06 +0200
parents e1670b4b1466
children e2d3b44c5d4c
comparison
equal deleted inserted replaced
34914:4f97b92f4451 34915:ef1d8d1eb838
834 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'], 834 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'],
835 xs: ['file.xs'], 835 xs: ['file.xs'],
836 xsd: ['file.xsd'], 836 xsd: ['file.xsd'],
837 xslt: ['file.xsl', 'file.xslt'], 837 xslt: ['file.xsl', 'file.xslt'],
838 yacc: ['file.yy', 'file.yxx', 'file.y++'], 838 yacc: ['file.yy', 'file.yxx', 'file.y++'],
839 yaml: ['file.yaml', 'file.yml', 'file.eyaml', 'any/.bundle/config', '.clangd', '.clang-format', '.clang-tidy', 'file.mplstyle', 'yarn.lock'], 839 yaml: ['file.yaml', 'file.yml', 'file.eyaml', 'any/.bundle/config', '.clangd', '.clang-format', '.clang-tidy', 'file.mplstyle', 'matplotlibrc', 'yarn.lock'],
840 yang: ['file.yang'], 840 yang: ['file.yang'],
841 yuck: ['file.yuck'], 841 yuck: ['file.yuck'],
842 z8a: ['file.z8a'], 842 z8a: ['file.z8a'],
843 zathurarc: ['zathurarc'], 843 zathurarc: ['zathurarc'],
844 zig: ['file.zig', 'build.zig.zon'], 844 zig: ['file.zig', 'build.zig.zon'],