summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/sysml.vim
AgeCommit message (Collapse)AuthorFiles
2025-10-06vim-patch:9.1.1829: filetype: KerML and SysML files are not recognized (#36042)zeertzjq1
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: vim/vim#18476 https://github.com/vim/vim/commit/b73ccf7ff0326ece9c942127c1965475ad71b78a Co-authored-by: Daumantas Kavolis <daumantas.kavolis@sensmetry.com>