comparison src/testdir/test_filetype.vim @ 34842:87c0152e321c v9.1.0290

patch 9.1.0290: filetype: xilinx files are not recognized Commit: https://github.com/vim/vim/commit/614691ceefb2b2470cd9097013ffc140f81d6a71 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Tue Apr 9 22:14:37 2024 +0200 patch 9.1.0290: filetype: xilinx files are not recognized Problem: filetype: xilinx files are not recognized Solution: Add a few xilinx specific file patterns, inspect lpr files for being xml/pascal (Wu, Zhenyu) closes: #14454 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 22:30:03 +0200
parents 928f698878ea
children 810cfae88ac7
comparison
equal deleted inserted replaced
34841:8916290113b6 34842:87c0152e321c
349 jess: ['file.clp'], 349 jess: ['file.clp'],
350 jgraph: ['file.jgr'], 350 jgraph: ['file.jgr'],
351 jq: ['file.jq'], 351 jq: ['file.jq'],
352 jovial: ['file.jov', 'file.j73', 'file.jovial'], 352 jovial: ['file.jov', 'file.j73', 'file.jovial'],
353 jproperties: ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'], 353 jproperties: ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'],
354 json: ['file.json', 'file.jsonp', 'file.json-patch', 'file.geojson', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', 'file.jupyterlab-settings', '.prettierrc', '.firebaserc', '.stylelintrc', 'file.slnf', 'file.sublime-project', 'file.sublime-settings', 'file.sublime-workspace'], 354 json: ['file.json', 'file.jsonp', 'file.json-patch', 'file.geojson', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', 'file.jupyterlab-settings', '.prettierrc', '.firebaserc', '.stylelintrc', 'file.slnf', 'file.sublime-project', 'file.sublime-settings', 'file.sublime-workspace', 'file.bd', 'file.bda', 'file.xci'],
355 json5: ['file.json5'], 355 json5: ['file.json5'],
356 jsonc: ['file.jsonc', '.babelrc', '.eslintrc', '.jsfmtrc', '.jshintrc', '.hintrc', '.swrc', 'jsconfig.json', 'tsconfig.json', 'tsconfig.test.json', 'tsconfig-test.json', '.luaurc'], 356 jsonc: ['file.jsonc', '.babelrc', '.eslintrc', '.jsfmtrc', '.jshintrc', '.hintrc', '.swrc', 'jsconfig.json', 'tsconfig.json', 'tsconfig.test.json', 'tsconfig-test.json', '.luaurc'],
357 jsonl: ['file.jsonl'], 357 jsonl: ['file.jsonl'],
358 jsonnet: ['file.jsonnet', 'file.libsonnet'], 358 jsonnet: ['file.jsonnet', 'file.libsonnet'],
359 jsp: ['file.jsp'], 359 jsp: ['file.jsp'],
813 xf86conf: ['xorg.conf', 'xorg.conf-4'], 813 xf86conf: ['xorg.conf', 'xorg.conf-4'],
814 xhtml: ['file.xhtml', 'file.xht'], 814 xhtml: ['file.xhtml', 'file.xht'],
815 xinetd: ['/etc/xinetd.conf', '/etc/xinetd.d/file', 'any/etc/xinetd.conf', 'any/etc/xinetd.d/file'], 815 xinetd: ['/etc/xinetd.conf', '/etc/xinetd.d/file', 'any/etc/xinetd.conf', 'any/etc/xinetd.d/file'],
816 xkb: ['/usr/share/X11/xkb/compat/pc', '/usr/share/X11/xkb/geometry/pc', '/usr/share/X11/xkb/keycodes/evdev', '/usr/share/X11/xkb/symbols/pc', '/usr/share/X11/xkb/types/pc'], 816 xkb: ['/usr/share/X11/xkb/compat/pc', '/usr/share/X11/xkb/geometry/pc', '/usr/share/X11/xkb/keycodes/evdev', '/usr/share/X11/xkb/symbols/pc', '/usr/share/X11/xkb/types/pc'],
817 xmath: ['file.msc', 'file.msf'], 817 xmath: ['file.msc', 'file.msf'],
818 xml: ['/etc/blkid.tab', '/etc/blkid.tab.old', 'file.xmi', 'file.csproj', 'file.csproj.user', 'file.fsproj', 'file.fsproj.user', 'file.vbproj', 'file.vbproj.user', 'file.ui', 'file.tpm', '/etc/xdg/menus/file.menu', 'fglrxrc', 'file.xlf', 'file.xliff', 'file.xul', 'file.wsdl', 'file.wpl', 'any/etc/blkid.tab', 'any/etc/blkid.tab.old', 'any/etc/xdg/menus/file.menu', 'file.atom', 'file.rss', 'file.cdxml', 'file.psc1', 'file.mpd', 'fonts.conf'], 818 xml: ['/etc/blkid.tab', '/etc/blkid.tab.old', 'file.xmi', 'file.csproj', 'file.csproj.user', 'file.fsproj', 'file.fsproj.user', 'file.vbproj', 'file.vbproj.user', 'file.ui', 'file.tpm', '/etc/xdg/menus/file.menu', 'fglrxrc', 'file.xlf', 'file.xliff', 'file.xul', 'file.wsdl', 'file.wpl', 'any/etc/blkid.tab', 'any/etc/blkid.tab.old', 'any/etc/xdg/menus/file.menu', 'file.atom', 'file.rss', 'file.cdxml', 'file.psc1', 'file.mpd', 'fonts.conf', 'file.xpr', 'file.xpfm', 'file.spfm', 'file.bxml'],
819 xmodmap: ['anyXmodmap', 'Xmodmap', 'some-Xmodmap', 'some-xmodmap', 'some-xmodmap-file', 'xmodmap', 'xmodmap-file'], 819 xmodmap: ['anyXmodmap', 'Xmodmap', 'some-Xmodmap', 'some-xmodmap', 'some-xmodmap-file', 'xmodmap', 'xmodmap-file'],
820 xpm: ['file.xpm'], 820 xpm: ['file.xpm'],
821 xpm2: ['file.xpm2'], 821 xpm2: ['file.xpm2'],
822 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'], 822 xquery: ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'],
823 xs: ['file.xs'], 823 xs: ['file.xs'],