You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I've made tree-sitter parsers for
bibtex
andbiber
. 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 withbibtex
(at least if being used reasonably), and it looks like thebiblatex
package is eventually droppingbibtex
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
The text was updated successfully, but these errors were encountered: