0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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: #15907

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Wu, Zhenyu
2024-11-18 21:36:31 +01:00
committed by Christian Brabandt
parent a15dfc2d41
commit a87462a498
6 changed files with 45 additions and 0 deletions

View File

@@ -507,6 +507,7 @@ def s:GetFilenameChecks(): dict<list<string>>
mplayerconf: ['mplayer.conf', '/.mplayer/config', 'any/.mplayer/config'],
mrxvtrc: ['mrxvtrc', '.mrxvtrc'],
msidl: ['file.odl', 'file.mof'],
mss: ['file.mss'],
msql: ['file.msql'],
mojo: ['file.mojo', 'file.🔥'],
msmtp: ['.msmtprc'],

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
873,
/**/
872,
/**/