mirror of https://github.com/nirenjan/dotfiles.git
Add SWIG ftdetect plugin
parent
b1a3521a21
commit
38cdcca69f
3
install
3
install
|
@ -275,6 +275,9 @@ lnfile vimrc ~/.vimrc
|
||||||
lnfile vim/plugin/long-lines.vim ~/.vim/plugin/
|
lnfile vim/plugin/long-lines.vim ~/.vim/plugin/
|
||||||
lnfile vim/plugin/match-brackets.vim ~/.vim/plugin/
|
lnfile vim/plugin/match-brackets.vim ~/.vim/plugin/
|
||||||
|
|
||||||
|
# Install my ftdetect plugins
|
||||||
|
lnfile vim/ftdetect/swig.vim ~/.vim/ftdetect/
|
||||||
|
|
||||||
# Install my filetype plugins
|
# Install my filetype plugins
|
||||||
lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
|
lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
|
||||||
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
|
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
" File: swig.vim
|
||||||
|
" Author: Nirenjan Krishnan
|
||||||
|
" Description: Syntax detection for SWIG files
|
||||||
|
" Last Modified: July 17, 2013
|
||||||
|
|
||||||
|
autocmd BufNewFile,BufRead *.swg setlocal filetype=swig
|
Loading…
Reference in New Issue