aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-11-19 08:41:02 +0100
committerChristian Clason <ch.clason+github@icloud.com>2024-11-19 10:44:30 +0100
commitc12be1249f5e44289acdfeaf0f059c7942593275 (patch)
tree0b4b9026fae684459c52f0932200a8cc1a586903 /runtime/lua
parent989a37a594649528f28432388c0e7e28e8be2753 (diff)
downloadrneovim-c12be1249f5e44289acdfeaf0f059c7942593275.tar.gz
rneovim-c12be1249f5e44289acdfeaf0f059c7942593275.tar.bz2
rneovim-c12be1249f5e44289acdfeaf0f059c7942593275.zip
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 https://github.com/vim/vim/commit/a87462a498a883e12ad7699b26bd28f4600b68c6 Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Diffstat (limited to 'runtime/lua')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 3b3c4481f2..e1e73d63fe 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -792,6 +792,7 @@ local extension = {
mof = 'msidl',
odl = 'msidl',
msql = 'msql',
+ mss = 'mss',
mu = 'mupad',
mush = 'mush',
mustache = 'mustache',