Results 229 comments of MegaIng

There are no alternatives or forks I know of. I at some point want to get back to updating this, but am currently doing other stuff. If you want to...

I believe I mostly followed one of the official tutorials, maybe this one: https://plugins.jetbrains.com/docs/intellij/custom-language-support-tutorial.html The tool for the relevant files, i.e. the `.bnf` file, is [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) I can't currently provide...

Do you have an idea what kind of symbol could be used? Adding it is not so much work, I am just bad at designing (it would have to be...

I just realized that you can use different highlighting for tokens and rules via Settings->Editor->Color Scheme->Lark.

After looking around a bit, I found a good candidate. @erezsh Do you have the logo/banner of this organization in some other form than a png? (best case .svg file)...

[Here](https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_icon_file.html) is the information for a plugin icon. Basically: a .svg file, 40x40 px (but it since it is svg it will be scaled up). There should be two versions,...

@naretto I will try to fix this soon (maybe today, maybe in the next week) @erezsh Could you try to keep the lark.lark file up-to-date and inform me about any...

@naretto In the latest commit it should be working. Tell me if you find any bugs. (For acutal bugs, please add a new issue)