summaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-16 22:52:01 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-16 22:52:01 +0200
commit21e2fa2ad06ee16537321cffb9c50145a6739509 (patch)
tree57a6755d253500c14e408627738c6b274eb71959 /.vim/filetype.vim
parent4686141ba18734b748a42b7132b4fe470eebd880 (diff)
Add syntax highlighting for bpf (taken from netsniff-ng)
Diffstat (limited to '.vim/filetype.vim')
-rw-r--r--.vim/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/filetype.vim b/.vim/filetype.vim
index 9a53b1a..19d191c 100644
--- a/.vim/filetype.vim
+++ b/.vim/filetype.vim
@@ -271,6 +271,9 @@ au BufNewFile,BufRead *.bdf setf bdf
" BibTeX bibliography database file
au BufNewFile,BufRead *.bib setf bib
+" Berkley Packet Filter
+au BufRead,BufNewFile *.bpf setf bpf
+
" BibTeX Bibliography Style
au BufNewFile,BufRead *.bst setf bst