mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.0971: filetype: SLNX files are not recognized
Problem: filetype: SLNX files are not recognized
Solution: detect '*.slnx' files as xml filetype
(Gustav Eikaas)
References:
https://blog.ndepend.com/slnx-the-new-net-solution-xml-file-format/
https://blog.jetbrains.com/dotnet/2024/10/04/support-for-slnx-solution-files/
closes: vim/vim#16334
3b3318b640
Co-authored-by: GustavEikaas <gustav.eikaas@gmail.com>
This commit is contained in:
committed by
Christian Clason
parent
76abe6bab5
commit
493b6899ee
@@ -1337,6 +1337,7 @@ local extension = {
|
||||
xlb = 'xml',
|
||||
xlc = 'xml',
|
||||
xba = 'xml',
|
||||
slnx = 'xml',
|
||||
xpm = detect_line1('XPM2', 'xpm2', 'xpm'),
|
||||
xpm2 = 'xpm2',
|
||||
xqy = 'xquery',
|
||||
|
||||
Reference in New Issue
Block a user