Remove folding markers
The folding markers should be removed from language-configuration.java as they are already provided by the built-in Java extension.
Also they have a bug as they match
System.out.println("<editor-fold>");
System.out.println("Hello, world");
System.out.println("</editor-fold>");
Same bug is in the built-in Java extension, but fixed in 1.19