17 lines
233 B
VimL

" Stefans pascal-file plugin
" set syntax highlighting
setlocal syntax=pascal
" set compiler
compiler pascal
" use spaces for tabs
"setlocal expandtab
" set autoindent
setlocal autoindent
" abbreviations
"iabbrev if if ()<left>