1
0
mirror of https://github.com/gryf/openui-opl-syntax.git synced 2025-12-18 20:00:19 +01:00
Files
openui-opl-syntax/ftdetect/openui-opl.vim
2017-05-30 20:17:28 +02:00

7 lines
206 B
VimL

" Vim filetype detection file
" Language: OpenUI/OPL
" Maintainer: Roman 'gryf' Dobosz
" $Id: opl.vim,v 1.0 2011/01/09 17:34:11 vimboss Exp $
au BufNewFile,BufRead *.opl set filetype=openui-opl
" vim: ts=8