Grammar-Kit icon indicating copy to clipboard operation
Grammar-Kit copied to clipboard

#403 introduced `fallbackStubElementType`

Open hurricup opened this issue 1 month ago • 2 comments

Currently, the fallback element type is just hardcoded into parser generator. Now we can override it for a parser. Technically we can introduce the per-rule option, allowing us to specify the element type for each stub based psi element, but this feels good enough.

hurricup avatar Nov 17 '25 12:11 hurricup

Is ignoring IntelliJ settings the common practice? I'd rather fix outdated stuff in the .idea folder. And actually, I just did that, see the current master. WDYT?

maxmedvedev avatar Nov 28 '25 18:11 maxmedvedev

Is ignoring IntelliJ settings the common practice? I'd rather fix outdated stuff in the .idea folder. And actually, I just did that, see the current master. WDYT?

Yes, if it is imported from some other model, gralde for example, project structure files just creating a noise and do not bring any value. So it makes sense to keep only useful ones, like codestyle, vcs, run configuratoins.

hurricup avatar Nov 29 '25 17:11 hurricup