lezer-parser/import-tree-sitter

Is this published?

Closed this issue · 1 comments

I'm wanting to create a syntax (glimmer), and augment javascript/typescript -- I've already done this for treesitter ( tree-sitter/tree-sitter-javascript#208 ), and it would be super stellar, if if I could just re-use the treesitter grammars in my codemirror stuff :D

No, it's not, and no, you can't. This is a tool to translate some of tree-sitters grammar notation to Lezer, but you'll need to do a lot of manual adjusting to the output.