charlesvdv / nom-bibtex

A feature complete bibtex parser using nom
https://docs.rs/nom-bibtex
MIT License
24 stars 15 forks source link

Allow underscores in variables #4

Closed TheZoq2 closed 4 years ago

TheZoq2 commented 4 years ago

Currently, the crate does not parse IEEE journal abbreviation variables as defined in IEEEabbrv (found in /usr/share/texmf-dist/bibtex/bib/IEEEtran/IEEEabrv.bib) on my system.

This fixes that by allowing underscores in variable definitions

charlesvdv commented 4 years ago

Looks good to me! :+1: @TheZoq2 Do you want a new release integrating your changes?