summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/kerml.vim
AgeCommit message (Collapse)AuthorFiles
2025-10-06vim-patch:cd6e209: runtime(kerml): update KerML comments to handle more ↵zeertzjq1
cases (#36060) closes: vim/vim#18502 https://github.com/vim/vim/commit/cd6e20965166b45d0f711289cd5252a545dd8a93 Co-authored-by: Daumantas Kavolis <daumantas.kavolis@sensmetry.com>
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>