Yann Cébron
Yann Cébron
looks related https://youtrack.jetbrains.com/issue/MP-7019#
Name could be looked up via product-info.java `layout` and finding matching main plugin.xml
from project page: > Typstudio is not actively maintained. I have not had time to actively maintain this project for the last year. The project will most likely be archived...
What are you trying by using `intellijRelease = "242-EAP-SNAPSHOT"`? Does it work if you specify an _actual_ release, not some snapshot?
And why do you need to specify `intellijRelease` ?
Usually, just adjusting GrammarKit _Gradle plugin_ version should be enough in most cases.
Regarding specifying every single bugfix update: this is (usually) not necessary. Bugfix updates are backwards-compatible by design. ``` "2022.3", "2022.3.1", "2022.3.2", "2022.3.3", ``` In this case, checking against latest available...
Regarding differences between local run and results from Marketplace: please check the local version of Plugin Verifier matches the one used on Marketplace. 
Do you mean > The line-comment character is | (unless the '--bitwise-or' option is used). If a # appears at the beginning of a line, it is treated as a...
From a quick glance, it seems GNU Assembler differs quite considerably from vasm/Devpac syntax in various regards. While this request is reasonably easy to incorporate, I'm not so sure about...