tjdevries / tree-sitter-lua

Neovim Tree Sitter Lua Grammar & Library
114 stars 10 forks source link

Only exports 15 functions #5

Open Conni2461 opened 3 years ago

Conni2461 commented 3 years ago

We talked about this so i just put my debugging code and more here :)

Maybe i do some more debugging :)

tjdevries commented 3 years ago

Can you check if the original finds more than 16??? :)

That would be interesting to me

Conni2461 commented 3 years ago

It finds 30 so its probably not you

|| a04 property_identifier
|| a05 property_identifier
|| a06 property_identifier
|| a07 property_identifier
|| a08 property_identifier
|| a09 property_identifier
|| a10 property_identifier
|| a11 property_identifier
|| a12 property_identifier
|| a13 property_identifier
|| a14 property_identifier
|| a15 property_identifier
|| a16 property_identifier
|| a17 property_identifier
|| a18 property_identifier
|| a19 property_identifier
|| a20 property_identifier
|| a21 property_identifier
|| a22 property_identifier
|| a23 property_identifier
|| a24 property_identifier
|| a25 property_identifier
|| a26 property_identifier
|| a27 property_identifier
|| a28 property_identifier
|| a29 property_identifier
|| a30 property_identifier
|| a31 property_identifier
|| a32 property_identifier
|| a33 property_identifier
tjdevries commented 3 years ago

Hey @vigoux ??!?!?!?!?!?!?!?!?!?!?!?!?!?!????!!???!?!?!???!?!?!?!?!?!?!?!?

Conni2461 commented 3 years ago

A workaround for this issues was added in https://github.com/tjdevries/tree-sitter-lua/commit/2a5676b091ddaae99fe106b4674bb6880e14476e

The treesitter issue still persists.