vim-patch:9.1.1321: filetype: MS ixx and mpp files are not recognized

Problem:  filetype: MS ixx and mpp files are not recognized
Solution: detect *.mpp and *.ixx files as c++ filetype
          (Hampus Avekvist)

closes: vim/vim#17155

aee34ef23e

Co-authored-by: Hampus Avekvist <hampus.avekvist@hey.com>
This commit is contained in:
Christian Clason
2025-04-18 18:35:20 +02:00
committed by Christian Clason
parent df96276b19
commit 1b0dedb81c
2 changed files with 3 additions and 1 deletions

View File

@@ -345,6 +345,8 @@ local extension = {
tcc = 'cpp',
hxx = 'cpp',
hpp = 'cpp',
ixx = 'cpp',
mpp = 'cpp',
ccm = 'cpp',
cppm = 'cpp',
cxxm = 'cpp',