uyha / tree-sitter-cmake

A Tree-sitter parser for CMake
MIT License
41 stars 9 forks source link

chore: update rust bindings #27

Closed Decodetalkers closed 2 months ago

Decodetalkers commented 2 months ago

I found that the test in binding cannot pass, so I update it

maybe the repo need base ci? like dependencybot and rust check?

uyha commented 2 months ago

yeah, I will set up the CI later when i have access to my laptop at the weekend.

uyha commented 2 months ago

I think you need to include the scanner.c file in the binding also.

Decodetalkers commented 2 months ago

I think you need to include the scanner.c file in the binding also.

ha, thanks. I have foggetten that