| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Vim syntax file | 
					
						
							|  |  |  | " Language:	BibTeX (bibliographic database format for (La)TeX) | 
					
						
							|  |  |  | " Maintainer:	Bernd Feige <Bernd.Feige@gmx.net> | 
					
						
							|  |  |  | " Filenames:	*.bib | 
					
						
							| 
									
										
										
										
											2017-11-02 22:58:42 +01:00
										 |  |  | " Last Change:	2017 Sep 29 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | " Thanks to those who pointed out problems with this file or supplied fixes! | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Initialization | 
					
						
							|  |  |  | " ============== | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | " quit when a syntax file was already loaded | 
					
						
							|  |  |  | if exists("b:current_syntax") | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  |   finish | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-30 13:11:27 +01:00
										 |  |  | let s:cpo_save = &cpo | 
					
						
							|  |  |  | set cpo&vim | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Ignore case | 
					
						
							|  |  |  | syn case ignore | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Keywords | 
					
						
							|  |  |  | " ======== | 
					
						
							|  |  |  | 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 | 
					
						
							| 
									
										
										
										
											2014-03-27 22:30:07 +01:00
										 |  |  | syn keyword bibType contained	string preamble | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	address annote author booktitle chapter | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	crossref edition editor howpublished | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	institution journal key month note | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	number organization pages publisher | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	school series title type volume year | 
					
						
							| 
									
										
										
										
											2016-06-04 20:20:29 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | " biblatex keywords, cf. http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf | 
					
						
							|  |  |  | syn keyword bibType contained	mvbook bookinbook suppbook collection mvcollection suppcollection | 
					
						
							|  |  |  | syn keyword bibType contained	online patent periodical suppperiodical mvproceedings reference | 
					
						
							|  |  |  | syn keyword bibType contained	mvreference inreference report set thesis xdata customa customb | 
					
						
							|  |  |  | syn keyword bibType contained	customc customd custome customf electronic www artwork audio bibnote | 
					
						
							|  |  |  | syn keyword bibType contained	commentary image jurisdiction legislation legal letter movie music | 
					
						
							|  |  |  | syn keyword bibType contained	performance review software standard video | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	abstract isbn issn keywords url | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	addendum afterwordannotation annotation annotator authortype | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	bookauthor bookpagination booksubtitle booktitleaddon | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	commentator date doi editora editorb editorc editortype | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	editoratype editorbtype editorctype eid entrysubtype | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	eprint eprintclass eprinttype eventdate eventtitle | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	eventtitleaddon file foreword holder indextitle | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	introduction isan ismn isrn issue issuesubtitle | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	issuetitle iswc journalsubtitle journaltitle label | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	language library location mainsubtitle maintitle | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	maintitleaddon nameaddon origdate origlanguage | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	origlocation origpublisher origtitle pagetotal | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	pagination part pubstate reprinttitle shortauthor | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	shorteditor shorthand shorthandintro shortjournal | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	shortseries shorttitle subtitle titleaddon translator | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	urldate venue version volumes entryset execute gender | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	langid langidopts ids indexsorttitle options presort | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	related relatedoptions relatedtype relatedstring | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	sortkey sortname sortshorthand sorttitle sortyear xdata | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	xref namea nameb namec nameatype namebtype namectype | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	lista listb listc listd liste listf usera userb userc | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	userd usere userf verba verbb verbc archiveprefix pdf | 
					
						
							|  |  |  | syn keyword bibEntryKw contained	primaryclass | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Non-standard: | 
					
						
							| 
									
										
										
										
											2011-06-19 05:09:16 +02:00
										 |  |  | " AMS mref http://www.ams.org/mref | 
					
						
							|  |  |  | syn keyword bibNSEntryKw contained	mrclass mrnumber mrreviewer fjournal coden | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | " Clusters | 
					
						
							|  |  |  | " ======== | 
					
						
							| 
									
										
										
										
											2016-09-12 12:17:26 +02:00
										 |  |  | syn cluster bibVarContents	contains=bibUnescapedSpecial,bibBrace,bibParen,bibMath | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " This cluster is empty but things can be added externally: | 
					
						
							|  |  |  | "syn cluster bibCommentContents | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Matches | 
					
						
							|  |  |  | " ======= | 
					
						
							|  |  |  | syn match bibUnescapedSpecial contained /[^\\][%&]/hs=s+1 | 
					
						
							|  |  |  | syn match bibKey contained /\s*[^ \t}="]\+,/hs=s,he=e-1 nextgroup=bibField | 
					
						
							|  |  |  | syn match bibVariable contained /[^{}," \t=]/ | 
					
						
							| 
									
										
										
										
											2005-08-19 20:40:30 +00:00
										 |  |  | syn region bibComment start=/./ end=/^\s*@/me=e-1 contains=@bibCommentContents nextgroup=bibEntry | 
					
						
							| 
									
										
										
										
											2017-11-02 22:58:42 +01:00
										 |  |  | syn region bibMath contained start=/\(\\\)\@<!\$/ end=/\$/ skip=/\(\\\$\)/ | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | syn region bibQuote contained start=/"/ end=/"/ skip=/\(\\"\)/ contains=@bibVarContents | 
					
						
							|  |  |  | syn region bibBrace contained start=/{/ end=/}/ skip=/\(\\[{}]\)/ contains=@bibVarContents | 
					
						
							|  |  |  | syn region bibParen contained start=/(/ end=/)/ skip=/\(\\[()]\)/ contains=@bibVarContents | 
					
						
							|  |  |  | syn region bibField contained start="\S\+\s*=\s*" end=/[}),]/me=e-1 contains=bibEntryKw,bibNSEntryKw,bibBrace,bibParen,bibQuote,bibVariable | 
					
						
							| 
									
										
										
										
											2017-11-02 22:58:42 +01:00
										 |  |  | syn region bibEntryData contained start=/[{(]/ms=e+1 end=/[})]/me=e-1 contains=bibKey,bibField,bibComment3 | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | " Actually, 5.8 <= Vim < 6.0 would ignore the `fold' keyword anyway, but Vim<5.8 would produce | 
					
						
							|  |  |  | " an error, so we explicitly distinguish versions with and without folding functionality: | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | syn region bibEntry start=/@\S\+\s*[{(]/ end=/^\s*[})]/ transparent fold contains=bibType,bibEntryData nextgroup=bibComment | 
					
						
							| 
									
										
										
										
											2011-06-19 05:09:16 +02:00
										 |  |  | syn region bibComment2 start=/@Comment\s*[{(]/ end=/^\s*[})]/me=e-1 contains=@bibCommentContents nextgroup=bibEntry | 
					
						
							| 
									
										
										
										
											2017-11-02 22:58:42 +01:00
										 |  |  | " biblatex style comments inside a bibEntry | 
					
						
							|  |  |  | syn match bibComment3 "%.*" | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | " Synchronization | 
					
						
							|  |  |  | " =============== | 
					
						
							|  |  |  | syn sync match All grouphere bibEntry /^\s*@/ | 
					
						
							|  |  |  | syn sync maxlines=200 | 
					
						
							|  |  |  | syn sync minlines=50 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | " Highlighting defaults | 
					
						
							|  |  |  | " ===================== | 
					
						
							|  |  |  | " Define the default highlighting. | 
					
						
							| 
									
										
										
										
											2016-08-30 23:26:57 +02:00
										 |  |  | " Only when an item doesn't have highlighting yet | 
					
						
							| 
									
										
										
										
											2016-08-31 22:22:10 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | hi def link bibType	Identifier | 
					
						
							|  |  |  | hi def link bibEntryKw	Statement | 
					
						
							|  |  |  | hi def link bibNSEntryKw	PreProc | 
					
						
							|  |  |  | hi def link bibKey		Special | 
					
						
							|  |  |  | hi def link bibVariable	Constant | 
					
						
							|  |  |  | hi def link bibUnescapedSpecial	Error | 
					
						
							|  |  |  | hi def link bibComment	Comment | 
					
						
							|  |  |  | hi def link bibComment2	Comment | 
					
						
							| 
									
										
										
										
											2017-11-02 22:58:42 +01:00
										 |  |  | hi def link bibComment3	Comment | 
					
						
							| 
									
										
										
										
											2004-06-13 20:20:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | let b:current_syntax = "bib" | 
					
						
							| 
									
										
										
										
											2011-12-30 13:11:27 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | let &cpo = s:cpo_save | 
					
						
							|  |  |  | unlet s:cpo_save |