- created plugin

This commit is contained in:
Erik Mertens
2023-07-31 09:22:36 +02:00
commit 2dba6368a5
18 changed files with 2113 additions and 0 deletions

9
ftdetect/binder.vim Normal file
View File

@@ -0,0 +1,9 @@
" Vim ftdetect file
" Language: Binder Language
" Maintainer: Andreas Louv <andreas@louv.dk>
" Last Change: Mar 20, 2019
" Version: 2
" URL: https://github.com/andlrc/rpgle.vim
au BufNewFile,BufRead *.binder setlocal filetype=binder
au BufNewFile,BufRead *.BND setlocal filetype=binder