astoff / digestif

A language server for TeX and friends
Other
255 stars 6 forks source link

ManuscriptBibTeX.parser not defined #16

Closed flying-sheep closed 4 years ago

flying-sheep commented 4 years ago

When opening a .bib file, I get a lot of errors like:

[Error - 12:52:55] Request textDocument/hover failed.
  Message: /usr/share/lua/5.3/digestif/Manuscript.lua:258: attempt to index a nil value (field 'parser')

The error occurs in Manuscript:find_par:

https://github.com/astoff/digestif/blob/8f8a8b76b809b6ad317a913890a8ecef0532a808/digestif/Manuscript.lua#L253-L263