mirror of
https://github.com/gryf/openui-opl-syntax.git
synced 2025-12-19 12:18:03 +01:00
Added filetype auto detection
This commit is contained in:
6
ftdetect/openui-opl.vim
Normal file
6
ftdetect/openui-opl.vim
Normal 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
|
||||||
Reference in New Issue
Block a user