runlet 0.1.0

A semantic executable model for the Runlet orchestration language
Documentation
1
2
3
4
5
6
7
8
9
10
if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal commentstring=//\ %s
setlocal comments=b:#,b://
setlocal suffixesadd=.rnlt

let b:undo_ftplugin = 'setlocal commentstring< comments< suffixesadd<'