Skip to content

Commit

Permalink
No spell check for CSS or JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Apr 23, 2012
1 parent b9dec9f commit 035ddaa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -81,13 +81,13 @@ public class FileTypeRegistry
new TextFileType("css", "CSS", EditorLanguage.LANG_CSS, ".css",
ICONS.iconCss(),
true,
false, false, false, false, false, false, false, false, false, true, false);
false, false, false, false, false, false, false, false, false, false, false);

public static final TextFileType JS =
new TextFileType("js", "JavaScript", EditorLanguage.LANG_JAVASCRIPT, ".js",
ICONS.iconJavascript(),
true,
false, false, false, false, false, false, false, false, false, true, false);
false, false, false, false, false, false, false, false, false, false, false);


public static final RDataType RDATA = new RDataType();
Expand Down

0 comments on commit 035ddaa

Please sign in to comment.