area/language-latex

tree-sitter bibtex / biber

Opened this issue · 1 comments

I've made tree-sitter parsers for bibtex and biber. I've tried to be as accurate as possible with the syntax, so the two are actually somewhat different. I figure we can add one or the other (or both). biber is probably the better choice though, because it's mostly compliant with bibtex (at least if being used reasonably), and it looks like the biblatex package is eventually dropping bibtex support anyway. I've tried to document the important differences.

https://github.com/Aerijo/tree-sitter-bibtex

https://github.com/Aerijo/tree-sitter-biber

This is tree-sitter-biber
screen shot 2018-06-22 at 10 33 04 am

This looks great!