mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.1.0795: filetype: Vivado memory info file are not recognized
Problem: filetype: Vivado memory info file are not recognized
Solution: detect '*.mmi' memory info file as xml filetype
(Wu, Zhenyu)
References: https://docs.amd.com/r/en-US/ug1580-updatemem/MMI-File-Syntax
closes: vim/vim#15906
0887e62bce
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
committed by
Christian Clason
parent
ca7855c5ba
commit
b7779aad41
@@ -1304,6 +1304,7 @@ local extension = {
|
||||
xpfm = 'xml',
|
||||
spfm = 'xml',
|
||||
bxml = 'xml',
|
||||
mmi = 'xml',
|
||||
xcu = 'xml',
|
||||
xlb = 'xml',
|
||||
xlc = 'xml',
|
||||
|
||||
Reference in New Issue
Block a user