comparison src/testdir/test_filetype.vim @ 14946:8ca1dc213836 v8.1.0484

patch 8.1.0484: some file types are not recognized commit https://github.com/vim/vim/commit/38654503b04dd5ff4813f81892d9f62db1ff01b9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 16:27:31 2018 +0200 patch 8.1.0484: some file types are not recognized Problem: Some file types are not recognized. Solution: Update the file type detection.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 16:30:09 +0200
parents 181ddaf5e467
children f8e6b4f82086
comparison
equal deleted inserted replaced
14945:4ee65b4150fd 14946:8ca1dc213836
160 \ 'falcon': ['file.fal'], 160 \ 'falcon': ['file.fal'],
161 \ 'fan': ['file.fan', 'file.fwt'], 161 \ 'fan': ['file.fan', 'file.fwt'],
162 \ 'fetchmail': ['.fetchmailrc'], 162 \ 'fetchmail': ['.fetchmailrc'],
163 \ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'], 163 \ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'],
164 \ 'focexec': ['file.fex', 'file.focexec'], 164 \ 'focexec': ['file.fex', 'file.focexec'],
165 \ 'forth': ['file.fs', 'file.ft'], 165 \ 'forth': ['file.fs', 'file.ft', 'file.fth'],
166 \ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90', 'file.f95', 'file.f03', 'file.f08'], 166 \ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90', 'file.f95', 'file.f03', 'file.f08'],
167 \ 'framescript': ['file.fsl'], 167 \ 'framescript': ['file.fsl'],
168 \ 'freebasic': ['file.fb', 'file.bi'], 168 \ 'freebasic': ['file.fb', 'file.bi'],
169 \ 'fstab': ['fstab', 'mtab'], 169 \ 'fstab': ['fstab', 'mtab'],
170 \ 'gdb': ['.gdbinit'], 170 \ 'gdb': ['.gdbinit'],
348 \ 'promela': ['file.pml'], 348 \ 'promela': ['file.pml'],
349 \ 'proto': ['file.proto'], 349 \ 'proto': ['file.proto'],
350 \ 'protocols': ['/etc/protocols'], 350 \ 'protocols': ['/etc/protocols'],
351 \ 'psf': ['file.psf'], 351 \ 'psf': ['file.psf'],
352 \ 'pyrex': ['file.pyx', 'file.pxd'], 352 \ 'pyrex': ['file.pyx', 'file.pxd'],
353 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl'], 353 \ 'python': ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi'],
354 \ 'quake': ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg'], 354 \ 'quake': ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg'],
355 \ 'radiance': ['file.rad', 'file.mat'], 355 \ 'radiance': ['file.rad', 'file.mat'],
356 \ 'ratpoison': ['.ratpoisonrc', 'ratpoisonrc'], 356 \ 'ratpoison': ['.ratpoisonrc', 'ratpoisonrc'],
357 \ 'rc': ['file.rc', 'file.rch'], 357 \ 'rc': ['file.rc', 'file.rch'],
358 \ 'rcs': ['file,v'], 358 \ 'rcs': ['file,v'],
387 \ 'sed': ['file.sed'], 387 \ 'sed': ['file.sed'],
388 \ 'sensors': ['/etc/sensors.conf', '/etc/sensors3.conf'], 388 \ 'sensors': ['/etc/sensors.conf', '/etc/sensors3.conf'],
389 \ 'services': ['/etc/services'], 389 \ 'services': ['/etc/services'],
390 \ 'setserial': ['/etc/serial.conf'], 390 \ 'setserial': ['/etc/serial.conf'],
391 \ 'sh': ['/etc/udev/cdsymlinks.conf'], 391 \ 'sh': ['/etc/udev/cdsymlinks.conf'],
392 \ 'sieve': ['file.siv'], 392 \ 'sieve': ['file.siv', 'file.sieve'],
393 \ 'simula': ['file.sim'], 393 \ 'simula': ['file.sim'],
394 \ 'sinda': ['file.sin', 'file.s85'], 394 \ 'sinda': ['file.sin', 'file.s85'],
395 \ 'sisu': ['file.sst', 'file.ssm', 'file.ssi', 'file.-sst', 'file._sst', 'file.sst.meta', 'file.-sst.meta', 'file._sst.meta'], 395 \ 'sisu': ['file.sst', 'file.ssm', 'file.ssi', 'file.-sst', 'file._sst', 'file.sst.meta', 'file.-sst.meta', 'file._sst.meta'],
396 \ 'skill': ['file.il', 'file.ils', 'file.cdf'], 396 \ 'skill': ['file.il', 'file.ils', 'file.cdf'],
397 \ 'slang': ['file.sl'], 397 \ 'slang': ['file.sl'],
472 \ 'viminfo': ['.viminfo', '_viminfo'], 472 \ 'viminfo': ['.viminfo', '_viminfo'],
473 \ 'vmasm': ['file.mar'], 473 \ 'vmasm': ['file.mar'],
474 \ 'voscm': ['file.cm'], 474 \ 'voscm': ['file.cm'],
475 \ 'vrml': ['file.wrl'], 475 \ 'vrml': ['file.wrl'],
476 \ 'vroom': ['file.vroom'], 476 \ 'vroom': ['file.vroom'],
477 \ 'wast': ['file.wast', 'file.wat'],
477 \ 'webmacro': ['file.wm'], 478 \ 'webmacro': ['file.wm'],
478 \ 'wget': ['.wgetrc', 'wgetrc'], 479 \ 'wget': ['.wgetrc', 'wgetrc'],
479 \ 'winbatch': ['file.wbt'], 480 \ 'winbatch': ['file.wbt'],
480 \ 'wml': ['file.wml'], 481 \ 'wml': ['file.wml'],
481 \ 'wsml': ['file.wsml'], 482 \ 'wsml': ['file.wsml'],
482 \ 'wvdial': ['wvdial.conf', '.wvdialrc'], 483 \ 'wvdial': ['wvdial.conf', '.wvdialrc'],
483 \ 'xdefaults': ['.Xdefaults', '.Xpdefaults', '.Xresources', 'xdm-config', 'file.ad'], 484 \ 'xdefaults': ['.Xdefaults', '.Xpdefaults', '.Xresources', 'xdm-config', 'file.ad'],
484 \ 'xhtml': ['file.xhtml', 'file.xht'], 485 \ 'xhtml': ['file.xhtml', 'file.xht'],
485 \ 'xinetd': ['/etc/xinetd.conf'], 486 \ 'xinetd': ['/etc/xinetd.conf'],
486 \ 'xmath': ['file.msc', 'file.msf'], 487 \ 'xmath': ['file.msc', 'file.msf'],
487 \ 'xml': ['/etc/blkid.tab', '/etc/blkid.tab.old', 'file.xmi', 'file.csproj', 'file.csproj.user', 'file.ts', 'file.ui', 'file.tpm', '/etc/xdg/menus/file.menu', 'fglrxrc', 'file.xlf', 'file.xliff', 'file.xul'], 488 \ 'xml': ['/etc/blkid.tab', '/etc/blkid.tab.old', 'file.xmi', 'file.csproj', 'file.csproj.user', 'file.ts', 'file.ui', 'file.tpm', '/etc/xdg/menus/file.menu', 'fglrxrc', 'file.xlf', 'file.xliff', 'file.xul', 'file.wsdl'],
488 \ 'xmodmap': ['anyXmodmap'], 489 \ 'xmodmap': ['anyXmodmap'],
489 \ 'xf86conf': ['xorg.conf', 'xorg.conf-4'], 490 \ 'xf86conf': ['xorg.conf', 'xorg.conf-4'],
490 \ 'xpm2': ['file.xpm2'], 491 \ 'xpm2': ['file.xpm2'],
491 \ 'xquery': ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'], 492 \ 'xquery': ['file.xq', 'file.xql', 'file.xqm', 'file.xquery', 'file.xqy'],
492 \ 'xs': ['file.xs'], 493 \ 'xs': ['file.xs'],