summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/sysml.mnv
blob: a3f4bb8434b182e924718b76ea4cbb4bb57b32f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" MNV filetype plugin
" Language:         SysML
" Author:           Daumantas Kavolis <daumantas.kavolis@sensmetry.com>
" Last Change:      2025-10-03

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif

" Behaves mostly just like KerML, only differs by keywords
runtime! ftplugin/kerml.mnv