Publish @local supporting version on npm #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not the most fun issue, but would help me out a lot :D
What makes you think the current versions on npm don't support this?
When I update with npm or yarn,
@local tokensblocks don't get parsed correctly.Also the commit for
@local tokensis a month old and the last version published on npm is 8 months old.Which npm package are you looking at?
https://www.npmjs.com/package/@lezer/lezer
That's the Lezer grammar file parser (and definitely doesn't come with a lezer-generator command). Try @lezer/generator.
This repo is also the Lezer grammar file parser, right?
I want the Lezer grammar that supports
@localso I can highlight them in my lezer editor 😁Oh, now I get what you mean. Tagged 1.1.1
Thanks!