mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
vim-patch:9.0.0843: VHS tape files are not recognized (#20995)
Problem: VHS tape files are not recognized.
Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes vim/vim#11452)
1756f4b218
Co-authored-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
@@ -1057,6 +1057,7 @@ local extension = {
|
||||
hdl = 'vhdl',
|
||||
vho = 'vhdl',
|
||||
vbe = 'vhdl',
|
||||
tape = 'vhs',
|
||||
vim = 'vim',
|
||||
vba = 'vim',
|
||||
mar = 'vmasm',
|
||||
|
||||
Reference in New Issue
Block a user