Initial commit
This commit is contained in:
14
exheres-syntax-20160115/ftdetect/exheres.vim
Normal file
14
exheres-syntax-20160115/ftdetect/exheres.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
" Vim filetype detection file
|
||||
" Language: Exheres
|
||||
" Author: Alexander Færøy <ahf@exherbo.org>
|
||||
" Copyright: Copyright (c) 2008 Alexander Færøy
|
||||
" License: You may redistribute this under the same terms as Vim itself
|
||||
|
||||
if &compatible || v:version < 603
|
||||
finish
|
||||
endif
|
||||
|
||||
au BufNewFile,BufRead *.exlib set filetype=exlib
|
||||
au BufNewFile,BufRead *.exheres-0 set filetype=exheres-0
|
||||
|
||||
" vim: set et ts=4 :
|
||||
Reference in New Issue
Block a user