diff --git a/mode/clike/clike.js b/mode/clike/clike.js index b3cf54e81b..b4af18dba9 100644 --- a/mode/clike/clike.js +++ b/mode/clike/clike.js @@ -470,7 +470,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) { "do else enum extends final finally for goto if implements import " + "instanceof interface native new package private protected public " + "return static strictfp super switch synchronized this throw throws transient " + - "try volatile while @interface"), + "try void volatile while @interface"), types: words("byte short int long float double boolean char void Boolean Byte Character Double Float " + "Integer Long Number Object Short String StringBuffer StringBuilder Void"), blockKeywords: words("catch class do else finally for if switch try while"), diff --git a/theme/eclipse.css b/theme/eclipse.css index 800d603f6d..145f14075b 100644 --- a/theme/eclipse.css +++ b/theme/eclipse.css @@ -1,4 +1,4 @@ -.cm-s-eclipse span.cm-meta { color: #FF1717; } +.cm-s-eclipse span.cm-meta { color: #646464; } .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; } .cm-s-eclipse span.cm-atom { color: #219; } .cm-s-eclipse span.cm-number { color: #164; }