-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What problem does this feature solve?
Chroma should support text blocks which got added in Java 15:
public static void main(String[] args) {
System.out.println("""
Hello, world!
This is a multi-line string!
It can also contain "quotes" and 'apostrophes' without breaking.
""");
}Chroma Playground (v2.9.1):
What feature do you propose?
The textblock should render as such:
Source: IntelliJ
Reactions are currently unavailable

