mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.2.4251: vala files are not recognized (#17235)
Problem: Vala files are not recognized.
Solution: Add the *.vala pattern. (closes vim/vim#9654)
97c554d514
This commit is contained in:
@@ -756,6 +756,7 @@ local extension = {
|
||||
zu = "zimbu",
|
||||
zut = "zimbutempl",
|
||||
zsh = "zsh",
|
||||
vala = "vala",
|
||||
E = function() vim.fn["dist#ft#FTe"]() end,
|
||||
EU = function() vim.fn["dist#ft#EuphoriaCheck"]() end,
|
||||
EW = function() vim.fn["dist#ft#EuphoriaCheck"]() end,
|
||||
|
||||
Reference in New Issue
Block a user