Loading
python3Packages.tree-sitter-grammars: address dynamic linking issue
before this change, downstream users of tree sitter grammar python
packages must patch `DYLD_LIBRARY_PATH` to include the grammar path
this change preloads the grammar parser object in the python module
before importing the binding
Reported-by:
Matt Sturgeon <matt@sturgeon.me.uk>