apcshields / autocomplete-bibtex

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

Autocomplete is not triggered when typing `@` after punctuation #15

Closed apcshields closed 9 years ago

apcshields commented 9 years ago

This happens because of the new regular expression used to find word boundaries, but I'm not sure the old one handled it better.