vim-patch:9.1.0873: filetype: Vivado files are not recognized

Problem:  filetype: Vivado files are not recognized
Solution: detect '*.mss' files as 'mss' filetype
          (Wu, Zhenyu)

references:
https://docs.amd.com/r/2020.2-English/ug1400-vitis-embedded/Microprocessor-Software-Specification-MSS

closes: vim/vim#15907

a87462a498

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Christian Clason
2024-11-19 08:41:02 +01:00
committed by Christian Clason
parent 989a37a594
commit c12be1249f
4 changed files with 41 additions and 0 deletions

View File

@@ -792,6 +792,7 @@ local extension = {
mof = 'msidl',
odl = 'msidl',
msql = 'msql',
mss = 'mss',
mu = 'mupad',
mush = 'mush',
mustache = 'mustache',