1
0
mirror of https://github.com/gryf/openui-opl-syntax.git synced 2025-12-18 12:00:16 +01:00

Added filetype auto detection

This commit is contained in:
2017-05-30 20:17:26 +02:00
parent ec767467f7
commit aaaa113601

6
ftdetect/openui-opl.vim Normal file
View File

@@ -0,0 +1,6 @@
" 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