apcshields / autocomplete-bibtex

Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
MIT License
44 stars 17 forks source link

Fix parsing if last key is a single value #102

Open Musteblume opened 6 years ago

Musteblume commented 6 years ago

Crashed on parsing entries where the last key is a single value. Example:

@InProceedings{   ad-swrvn-12,
  author        = {Stefan Albrecht AND Peter Decker},
  title         = {Schnelle Wege zur Restbussimulation: Virtuelle Netzwerke
                  ohne Programmier-Know-how erstellen},
  booktitle     = {Automobil Elektronik},
  month         = jun,
  year          = 2012
}