tested AvroJsonProp on my computer and the json language injection is not working. After a quick check, tldr: replace @Language("json") by @Language("JSON").
Longer story: language injection is done by intellij, and we can find all the languages in Parameters > Editor > Language injections. We should set a value found inside the Language column, where we can only find JSON and not json, maybe it's case sensitive!
If still not working, let's remove the annotation then!
tested
AvroJsonProp
on my computer and the json language injection is not working. After a quick check, tldr: replace@Language("json")
by@Language("JSON")
. Longer story: language injection is done by intellij, and we can find all the languages inParameters > Editor > Language injections
. We should set a value found inside theLanguage
column, where we can only findJSON
and notjson
, maybe it's case sensitive!If still not working, let's remove the annotation then!