tree-sitter / tree-sitter-c

C grammar for tree-sitter
MIT License
237 stars 106 forks source link

Error with macros in parameter_list #100

Closed m-demare closed 1 year ago

m-demare commented 2 years ago

Hi, I've received this issue in my neovim plugin

Basically, when a macro is used in the parameter_list, the parser fails: imagen

Is this solvable?

amaanq commented 1 year ago

no not exactly, tree-sitter doesn't do well with macros

m-demare commented 1 year ago

Okay, thanks for the response! Neovim got LSP tokens recently, so this isn't as big of an issue anymore