mirror of
https://github.com/gryf/openui-opl-syntax.git
synced 2025-12-18 20:00:19 +01:00
7 lines
206 B
VimL
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
|