cl-tree-sitter icon indicating copy to clipboard operation
cl-tree-sitter copied to clipboard

auto remove lib from treesitter language libraries

Open CarsonEllsworth33 opened this issue 10 months ago • 0 comments

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.

CarsonEllsworth33 avatar Feb 21 '25 02:02 CarsonEllsworth33