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:
Christian Clason
2024-10-22 00:14:43 +02:00
committed by Christian Clason
parent ca7855c5ba
commit b7779aad41
2 changed files with 5 additions and 1 deletions

View File

@@ -1304,6 +1304,7 @@ local extension = {
xpfm = 'xml',
spfm = 'xml',
bxml = 'xml',
mmi = 'xml',
xcu = 'xml',
xlb = 'xml',
xlc = 'xml',