Blame view

bower_components/prism/tests/languages/matlab/keyword_feature.test 715 Bytes
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
  break case catch continue

  else elseif end for

  function if inf NaN

  otherwise parfor pause

  pi return switch

  try while

  

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

  

  [

  	["keyword", "break"], ["keyword", "case"], ["keyword", "catch"], ["keyword", "continue"],

  	["keyword", "else"], ["keyword", "elseif"], ["keyword", "end"], ["keyword", "for"],

  	["keyword", "function"], ["keyword", "if"], ["keyword", "inf"], ["keyword", "NaN"],

  	["keyword", "otherwise"], ["keyword", "parfor"], ["keyword", "pause"],

  	["keyword", "pi"], ["keyword", "return"], ["keyword", "switch"],

  	["keyword", "try"], ["keyword", "while"]

  ]

  

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

  

  Checks for all keywords.