DragonKnightOfBreeze / Paradox-Language-Support

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

Passing parameter with defaults to script values results in syntax error highlight #29

Closed adriangaro closed 1 year ago

adriangaro commented 1 year ago

Usually parameters can be given default values with $PARAM|default$ syntax, however when this is done with script values results in syntax error highlighting.

add = value:tec_districts_value|SCOPE|$SCOPE|this$|TYPE|district_farming|FREE|$FREE|no$| image

Also hope I am not pestering with these, hah! They are not that bad of an error, just bringing them up since out code base is using a lot of script values and inlines.

DragonKnightOfBreeze commented 1 year ago

Another tricky syntax...