Skip to content

Commit ecae704

Browse files
committed
Merge pull request #7 from Kapeli/master
Fix Java keywords
2 parents 1e74c6b + c122c6d commit ecae704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de/dreamlab/dash/KeywordLookup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class KeywordLookup {
99
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";
10+
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";
1111

1212
private HashMap<String, String> typeMap;
1313
private HashMap<String, String> extensionMap;

0 commit comments

Comments
 (0)