mirror of
https://github.com/vim/vim.git
synced 2025-10-17 07:44:28 -04:00
Problem: filetype: KerML and SysML files are not recognized Solution: Detect *.kerml as kerml filetype, detect *.sysml as sysml filetype, include a kerml and sysml filetype plugin (Daumantas Kavolis) closes: #18476 Signed-off-by: Daumantas Kavolis <daumantas.kavolis@sensmetry.com> Signed-off-by: Christian Brabandt <cb@256bit.org>