Skip to content

No syntax highlight for some languages in editing mode #140

@Benji1109

Description

@Benji1109

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:
Image

Reading mode:
Image

Markdown:

	query OrderQuery {
	  order{
		  lines {
			  sku
		  }
	  }
	}
 int main() {
	 printf("ad");
 }
'result if true'.method() if 1 else result_if_false.property

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions