neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

sysml.vim (332B)


      1 " Vim filetype plugin
      2 " Language:         SysML
      3 " Author:           Daumantas Kavolis <daumantas.kavolis@sensmetry.com>
      4 " Last Change:      2025-10-03
      5 
      6 " Only do this when not done yet for this buffer
      7 if exists("b:did_ftplugin")
      8  finish
      9 endif
     10 
     11 " Behaves mostly just like KerML, only differs by keywords
     12 runtime! ftplugin/kerml.vim