nvim/pack/acp/start/vimoutliner/ftdetect/votl.vim

27 lines
1.1 KiB
VimL
Raw Normal View History

2019-06-19 12:42:02 +00:00
"# #######################################################################
"# filetype.vim: filetype loader
"# version 0.4.0
"# Copyright (C) 2001,2003 by Steve Litt (slitt@troubleshooters.com)
"#
"# This program is free software; you can redistribute it and/or modify
"# it under the terms of the GNU General Public License as published by
"# the Free Software Foundation; either version 2 of the License, or
"# (at your option) any later version.
"#
"# This program is distributed in the hope that it will be useful,
"# but WITHOUT ANY WARRANTY; without even the implied warranty of
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
"# GNU General Public License for more details.
"#
"# You should have received a copy of the GNU General Public License
"# along with this program; if not, see <http://www.gnu.org/licenses/>.
"#
"# Steve Litt, slitt@troubleshooters.com, http://www.troubleshooters.com
"# #######################################################################
augroup filetypedetect
au! BufRead,BufNewFile *.otl setfiletype votl
au! BufRead,BufNewFile *.oln setfiletype xoutliner
augroup END