latex-lsp / texlab

An implementation of the Language Server Protocol for LaTeX
GNU General Public License v3.0
1.49k stars 51 forks source link

Fix parsing BibTeX commands with unicode chars #1149

Closed pfoerster closed 1 month ago

pfoerster commented 1 month ago

Use the same command name parsing logic as used in the LaTeX lexer for BibTeX commands to work around a logos bug.

Fixes #1147.