comparison src/testdir/test_filetype.vim @ 19717:de7c724bf803 v8.2.0415

patch 8.2.0415: bsdl filetype is not detected Commit: https://github.com/vim/vim/commit/40d235e7305ce6ff696e8301c62a41f1f07f8aca Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 20:32:01 2020 +0100 patch 8.2.0415: bsdl filetype is not detected Problem: Bsdl filetype is not detected. Solution: Add an entry in the filetype list. (Daniel Kho, closes https://github.com/vim/vim/issues/5810)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 20:45:04 +0100
parents d24e6844aabd
children 9cbe7ba51ce5
comparison
equal deleted inserted replaced
19716:432e10c4a907 19717:de7c724bf803
77 \ 'bc': ['file.bc'], 77 \ 'bc': ['file.bc'],
78 \ 'bdf': ['file.bdf'], 78 \ 'bdf': ['file.bdf'],
79 \ 'bib': ['file.bib'], 79 \ 'bib': ['file.bib'],
80 \ 'bindzone': ['named.root'], 80 \ 'bindzone': ['named.root'],
81 \ 'blank': ['file.bl'], 81 \ 'blank': ['file.bl'],
82 \ 'bsdl': ['file.bsdl'],
82 \ 'bst': ['file.bst'], 83 \ 'bst': ['file.bst'],
83 \ 'bzr': ['bzr_log.any'], 84 \ 'bzr': ['bzr_log.any'],
84 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c'], 85 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c'],
85 \ 'cabal': ['file.cabal'], 86 \ 'cabal': ['file.cabal'],
86 \ 'calendar': ['calendar'], 87 \ 'calendar': ['calendar'],
479 \ 'vb': ['file.sba', 'file.vb', 'file.vbs', 'file.dsm', 'file.ctl'], 480 \ 'vb': ['file.sba', 'file.vb', 'file.vbs', 'file.dsm', 'file.ctl'],
480 \ 'vera': ['file.vr', 'file.vri', 'file.vrh'], 481 \ 'vera': ['file.vr', 'file.vri', 'file.vrh'],
481 \ 'verilog': ['file.v'], 482 \ 'verilog': ['file.v'],
482 \ 'verilogams': ['file.va', 'file.vams'], 483 \ 'verilogams': ['file.va', 'file.vams'],
483 \ 'vgrindefs': ['vgrindefs'], 484 \ 'vgrindefs': ['vgrindefs'],
484 \ 'vhdl': ['file.hdl', 'file.vhd', 'file.vhdl', 'file.vbe', 'file.vst', 'file.vhdl_123'], 485 \ 'vhdl': ['file.hdl', 'file.vhd', 'file.vhdl', 'file.vbe', 'file.vst', 'file.vhdl_123', 'file.vho'],
485 \ 'vim': ['file.vim', 'file.vba', '.exrc', '_exrc'], 486 \ 'vim': ['file.vim', 'file.vba', '.exrc', '_exrc'],
486 \ 'viminfo': ['.viminfo', '_viminfo'], 487 \ 'viminfo': ['.viminfo', '_viminfo'],
487 \ 'vmasm': ['file.mar'], 488 \ 'vmasm': ['file.mar'],
488 \ 'voscm': ['file.cm'], 489 \ 'voscm': ['file.cm'],
489 \ 'vrml': ['file.wrl'], 490 \ 'vrml': ['file.wrl'],