codemirror / lang-example

Example/template repository for building a language package
MIT License
67 stars 41 forks source link

Update syntax.grammar.d.ts #7

Closed shenlu89 closed 2 years ago

shenlu89 commented 2 years ago

When I use lang-example. syntax.grammar.d.ts file will throw the warning message, "Cannot find module 'lezer' or its corresponding type declarations.ts.". So I update 'lezer' module to "@lezer/LRParser" to fix this issue.

marijnh commented 2 years ago

Thanks!