We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e74c6b + c122c6d commit ecae704Copy full SHA for ecae704
src/de/dreamlab/dash/KeywordLookup.java
@@ -7,7 +7,7 @@
7
8
public class KeywordLookup {
9
private static String CONFIG_KEYWORDS = "DASH_PLUGIN_KEYWORDS";
10
- private static String DEFAULT_KEYWORDS = "ActionScript=actionscript;C++=cpp;CoffeeScriptcoffee;Perl=perl;CSS=css;Erlang=erlang;Haskell=haskell;HTML=html;JAVA=java;CLASS=java;JavaScript=javascript;LESS=less;PHP=php;SASS=sass;Ruby=ruby";
+ private static String DEFAULT_KEYWORDS = "ActionScript=actionscript;C++=cpp;CoffeeScript=coffee;Perl=perl;CSS=css;Erlang=erlang;Haskell=haskell;HTML=html;JAVA=java7;CLASS=java7;JavaScript=javascript;LESS=less;PHP=php;SASS=sass;Ruby=ruby";
11
12
private HashMap<String, String> typeMap;
13
private HashMap<String, String> extensionMap;
0 commit comments