Hello 👋 ,
There are some cases (like with GraphQL) where I don’t see any syntax highlighting in editing mode — it only appears in reading mode.
Do you happen to know why this might happen?
Editing mode:

Reading mode:

Markdown:
query OrderQuery {
order{
lines {
sku
}
}
}
int main() {
printf("ad");
}
'result if true'.method() if 1 else result_if_false.property
Hello 👋 ,
There are some cases (like with GraphQL) where I don’t see any syntax highlighting in editing mode — it only appears in reading mode.
Do you happen to know why this might happen?
Editing mode:

Reading mode:

Markdown: