mangecoeur / Citer

Citations from bibtex for Sublime Text 3
GNU Lesser General Public License v3.0
68 stars 11 forks source link

Not parsing when comma is at the start of the line #18

Open asifm opened 9 years ago

asifm commented 9 years ago

Some programs export bibtex data in the following format. Note the location of the commas. Citer currently does not parse these items in the bibtex file.

misc{cea2014facts
,   title   = {lorem ipsum}
,   author  = {dolor sit}
,   year    = {2014}
}
mangecoeur commented 8 years ago

I depend entirely on bibtextparser for parsing. Any bibtex parsing issues would better be opened with that project. If you think this should work in a newer version of bibtexparser than the one i currently bundle, let me know and I will update if I can.