Blame view

bower_components/prism/tests/languages/java/keyword_feature.test 1.79 KB
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  abstract continue for

  new ;

  switch assert default

  goto package synchronized

  boolean do if private

  this break double

  implements ;

  protected throw byte else

  import public throws case

  enum

  instanceof ;

  return transient catch

  extends ;

  int short try char

  final

  interface ;

  static void

  class ;

  finally long

  strictfp volatile const

  float native super while

  

  ----------------------------------------------------

  

  [

  	["keyword", "abstract"], ["keyword", "continue"], ["keyword", "for"],

  	["keyword", "new"], ["punctuation", ";"],

  	["keyword", "switch"], ["keyword", "assert"], ["keyword", "default"],

  	["keyword", "goto"], ["keyword", "package"], ["keyword", "synchronized"],

  	["keyword", "boolean"], ["keyword", "do"], ["keyword", "if"], ["keyword", "private"],

  	["keyword", "this"], ["keyword", "break"], ["keyword", "double"],

  	["keyword", "implements"], ["punctuation", ";"],

  	["keyword", "protected"], ["keyword", "throw"], ["keyword", "byte"], ["keyword", "else"],

  	["keyword", "import"], ["keyword", "public"], ["keyword", "throws"], ["keyword", "case"],

  	["keyword", "enum"],

  	["keyword", "instanceof"], ["punctuation", ";"],

  	["keyword", "return"], ["keyword", "transient"], ["keyword", "catch"],

  	["keyword", "extends"], ["punctuation", ";"],

  	["keyword", "int"], ["keyword", "short"], ["keyword", "try"], ["keyword", "char"],

  	["keyword", "final"],

  	["keyword", "interface"], ["punctuation", ";"],

  	["keyword", "static"],	["keyword", "void"],

  	["keyword", "class"], ["punctuation", ";"],

  	["keyword", "finally"], ["keyword", "long"],

  	["keyword", "strictfp"], ["keyword", "volatile"], ["keyword", "const"],

  	["keyword", "float"], ["keyword", "native"], ["keyword", "super"], ["keyword", "while"]

  ]

  

  ----------------------------------------------------

  

  Checks for all keywords.