mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.1.0977: filetype: msbuild filetypes are not recognized
Problem: filetype: msbuild filetypes are not recognized
Solution: detect msbuild files as xml filetype
(Gustav Eikaas)
closes: vim/vim#16339
32b7e3a8c9
Co-authored-by: GustavEikaas <gustav.eikaas@gmail.com>
This commit is contained in:
committed by
Christian Clason
parent
e4bc8b5967
commit
7b739248a1
@@ -1881,6 +1881,9 @@ local filename = {
|
||||
['/etc/blkid.tab'] = 'xml',
|
||||
['/etc/blkid.tab.old'] = 'xml',
|
||||
['fonts.conf'] = 'xml',
|
||||
['Directory.Packages.props'] = 'xml',
|
||||
['Directory.Build.props'] = 'xml',
|
||||
['Directory.Build.targets'] = 'xml',
|
||||
['.clangd'] = 'yaml',
|
||||
['.clang-format'] = 'yaml',
|
||||
['.clang-tidy'] = 'yaml',
|
||||
|
||||
Reference in New Issue
Block a user