diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-21 10:52:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-21 10:52:31 +0000 |
commit | 876572656289882fe03d75b2c8f34174594229c4 (patch) | |
tree | 7b1a632b3b25613a145bf59271ba4b982c289a23 | |
parent | dae23bfd0f233eacd751de12f1d74f3af20150b3 (diff) | |
download | aports-876572656289882fe03d75b2c8f34174594229c4.tar.bz2 aports-876572656289882fe03d75b2c8f34174594229c4.tar.xz |
extra/vim: turn on syntax highlight by default for APKBUILDs
-rw-r--r-- | extra/vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/vim/vimrc b/extra/vim/vimrc index 8899238be3..e301734245 100644 --- a/extra/vim/vimrc +++ b/extra/vim/vimrc @@ -11,3 +11,5 @@ map Q gq set suffixes+=.info,.aux,.log,.dvi,.bbl,.out,.o,.lo set nomodeline +syntax on +autocmd BufRead APKBUILD set filetype=sh |