Is this published? #3
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?
I'm wanting to create a syntax (glimmer), and augment javascript/typescript -- I've already done this for treesitter ( https://github.com/tree-sitter/tree-sitter-javascript/pull/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.