ganezdragon/tree-sitter-perl

When will you release new version?

Closed this issue · 3 comments

Hello! I want you to ask a question when you will release new version.
In this issue comment, you said that isnumber problem have been corrected.

But current latest release version v1.1.0, isnumber is still used.

isnumber(lexer->lookahead) // 0-9

And in master branch, isdigit is used.

isdigit(lexer->lookahead) // 0-9

So, I hope new release version is published.

let me release a new node version today.. I have been fixing few other things..

I have published the new version 1.1.1 :)

Thanks!