diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-27 22:30:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-27 22:30:07 +0100 |
commit | 76f3b1ad77188182e3c924d1e70269c171b9ecc5 (patch) | |
tree | 7532f2594754ac586ce47a062d6f03618493a19f /runtime/syntax/bib.vim | |
parent | 73b044dca94c8d427144b920c12fe5c47007a6f6 (diff) | |
download | vim-git-76f3b1ad77188182e3c924d1e70269c171b9ecc5.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/syntax/bib.vim')
-rw-r--r-- | runtime/syntax/bib.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/bib.vim b/runtime/syntax/bib.vim index 3743fb0dc..f84d5ca95 100644 --- a/runtime/syntax/bib.vim +++ b/runtime/syntax/bib.vim @@ -2,7 +2,7 @@ " Language: BibTeX (bibliographic database format for (La)TeX) " Maintainer: Bernd Feige <Bernd.Feige@gmx.net> " Filenames: *.bib -" Last Change: 2011 Dec 25 +" Last Change: 2014 Mar 26 " Thanks to those who pointed out problems with this file or supplied fixes! @@ -28,7 +28,7 @@ syn keyword bibType contained article book booklet conference inbook syn keyword bibType contained incollection inproceedings manual syn keyword bibType contained mastersthesis misc phdthesis syn keyword bibType contained proceedings techreport unpublished -syn keyword bibType contained string +syn keyword bibType contained string preamble syn keyword bibEntryKw contained address annote author booktitle chapter syn keyword bibEntryKw contained crossref edition editor howpublished |