cl-tree-sitter
cl-tree-sitter copied to clipboard
auto remove lib from treesitter language libraries
this package crashes when register language is called on a tree-sitter language shared library with the prefix lib. This can be avoided if the fn-name keyword parameter is used to pass a name for the ffi caller to use. Since every ts library built from source will have a lib prefix, I think that it should be checked for an removed automatically.