Replies: 1 comment
-
Unfortunately I have two repos because I had trouble figuring out why it wasn't working on top of learning Tree-sitter and some Zed internals.
They both work as Tree-sitter grammars but only the latter is usable in a Zed extension as they decided to require Tree-sitter grammars to not use a hyphen in the name. I'd prefer to merge them into the former one and rename it but I'm not great at Git and GitHub so don't know the best way. Both grammars worked correctly at the time, without a delimiter for comments in the dictionary file, just whitespace. They haven't been updated to work with the delimiter. The regex for allowed characters in the word, and the one for the annotation flag characters, may not be up to date. I was trying to figure out if Unicode character classes were supported so I could get them to accept any Latin characters no matter what accents or diacritics. I was also working on the VS Code version which uses TextMate rather than Tree-sitter so not sure how far I got with each. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
See my discussion with @hippietrail on making a language server or some sort of plugin so curation of the dictionary can be made easier.
Beta Was this translation helpful? Give feedback.
All reactions