polarmutex / tree-sitter-beancount

a tree-sitter parser for the beancount syntax
MIT License
31 stars 8 forks source link

Build error because of reference to not existing file src/scanner.cc #39

Closed jamilraichouni closed 1 week ago

jamilraichouni commented 8 months ago

Hi!

When I run :Lazy update I get an error:

Screenshot 2024-02-29 at 23 04 42

Note that this is very similar to https://github.com/nickel-lang/tree-sitter-nickel/issues/40

Also of interest is that there is no error when I command :TSInstall beancount afterwards (in Neovim).

polarmutex commented 8 months ago

the only reference to scanner.cc I see is in the swift bindings. maybe it updated nvim-treesitter without reloading the new plugin?

polarmutex commented 1 week ago

is this still an issue?

jamilraichouni commented 1 week ago

No, seems to be solved.