1 editAreaLoader.load_syntax["java"] = {
\r 
   2 'COMMENT_SINGLE': { 1: '//', 2: '@' }
\r 
   3         , 'COMMENT_MULTI': { '/*': '*/' }
\r 
   4         , 'QUOTEMARKS': { 1: "'", 2: '"' }
\r 
   5         , 'KEYWORD_CASE_SENSITIVE': true
\r 
   8                         'null', 'false', 'true'
\r 
  11                         'String', 'int', 'short', 'long', 'char', 'double', 'byte',
\r 
  12                         'float', 'static', 'void', 'private', 'boolean', 'protected',
\r 
  13                         'public', 'const', 'class', 'final', 'abstract', 'volatile',
\r 
  14                         'enum', 'transient', 'interface'
\r 
  17             'this', 'extends', 'if', 'do', 'while', 'try', 'catch', 'finally',
\r 
  18             'throw', 'throws', 'else', 'for', 'switch', 'continue', 'implements',
\r 
  19             'break', 'case', 'default', 'goto'
\r 
  22            'new', 'return', 'import', 'native', 'super', 'package', 'assert', 'synchronized',
\r 
  23            'instanceof', 'strictfp'
\r 
  27                 '+', '-', '/', '*', '=', '<', '>', '%', '!', '?', ':', '&'
\r 
  30                 '(', ')', '[', ']', '{', '}'
\r 
  34                 'search': '()(#[^\r\n]*)()'
\r 
  35                         , 'class': 'precompiler'
\r 
  37                         , 'execute': 'before'
\r 
  41             'COMMENTS': 'color: #AAAAAA;'
\r 
  42                 , 'QUOTESMARKS': 'color: #6381F8;'
\r 
  44                     'constants': 'color: #EE0000;'
\r 
  45                         , 'types': 'color: #0000EE;'
\r 
  46                         , 'statements': 'color: #60CA00;'
\r 
  47                         , 'keywords': 'color: #48BDDF;'
\r 
  49                 , 'OPERATORS': 'color: #FF00FF;'
\r 
  50                 , 'DELIMITERS': 'color: #0038E1;'
\r 
  52                     'precompiler': 'color: #009900;'
\r 
  53                         , 'precompilerstring': 'color: #994400;'
\r