DragonKnightOfBreeze / Paradox-Language-Support

IDEA Plugin: Paradox Language Support.
https://windea.icu/Paradox-Language-Support
MIT License
36 stars 4 forks source link

Event Files for CK3 are broken, syntax is not understood #52

Closed MrFunEGUY closed 7 hours ago

MrFunEGUY commented 10 months ago

Basically every single line of every single CK3 event file is underlined with errors because it seems the plugin cannot understand how event files in CK3 are coded.

alexei-osipov commented 3 months ago

It looks like only files for mods have global issues with all "red" lines.

Main game files are mostly fine with few exceptions.

For example, the new comparison operator ?= is not recognized: image

DragonKnightOfBreeze commented 3 months ago

What's your plugin version ? ?= should be valid syntax now (but invalid during to inspection IncorrectSyntaxInspection)

alexei-osipov commented 3 months ago

What's your plugin version ?

Plugin version 1.3.6.

Error hint: Unsupported operator '?=' (it's only supported in VIC3)

Game: CK3, version 1.12.4

kaiser-chris commented 7 hours ago

@DragonKnightOfBreeze I think this issue should be fixed as well because of your fix for #86.