nvim-rpgle/ftplugin/binder.vim

18 lines
388 B
VimL
Raw Permalink Normal View History

2023-07-31 09:22:36 +02:00
" Vim ftplugin file
" Language: Binder Language
" Maintainer: Andreas Louv <andreas@louv.dk>
" Last Change: Mar 20, 2019
" Version: 1
" URL: https://github.com/andlrc/rpgle.vim
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
setlocal suffixesadd=.binder
let b:match_words = '\<STRPGMEXP\>:\<ENDPGMEXP\>'