Skip to content

Commit 96c407f

Browse files
committed
Got rid of CSS and HTML mime-type again as there are no formatters yet
1 parent e795033 commit 96c407f

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/de/funfried/netbeans/plugins/external/formatter

1 file changed

+2
-1
lines changed

src/main/java/de/funfried/netbeans/plugins/external/formatter/MimeType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"SQL=SQL"
3737
})
3838
public enum MimeType {
39-
CSS("text/css"), HTML("application/xhtml+xml", "text/html"), JAVA(JavaTokenId.language().mimeType()), JAVASCRIPT("text/javascript"), JSON("text/x-json", "^text/(.*)\\+x-json$"), XML("text/xml",
39+
// CSS("text/css"), HTML("application/xhtml+xml", "text/html"),
40+
JAVA(JavaTokenId.language().mimeType()), JAVASCRIPT("text/javascript"), JSON("text/x-json", "^text/(.*)\\+x-json$"), XML("text/xml",
4041
"^text/(.*)\\+xml$"), SQL("application/sql", "text/sql", "text/x-sql", "text/plain");
4142

4243
private final String[] mimeTypes;

0 commit comments

Comments
 (0)