Blame view

bower_components/prism/tests/languages/autohotkey/important_feature.test 1.56 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  #AllowSameLineComments

  #ClipboardTimeout

  #CommentFlag

  #ErrorStdOut

  #EscapeChar

  #HotkeyInterval

  #HotkeyModifierTimeout

  #Hotstring

  #IfWinActive

  #IfWinExist

  #IfWinNotActive

  #IfWinNotExist

  #Include

  #IncludeAgain

  #InstallKeybdHook

  #InstallMouseHook

  #KeyHistory

  #LTrim

  #MaxHotkeysPerInterval

  #MaxMem

  #MaxThreads

  #MaxThreadsBuffer

  #MaxThreadsPerHotkey

  #NoEnv

  #NoTrayIcon

  #Persistent

  #SingleInstance

  #UseHook

  #WinActivateForce

  

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

  

  [

  	["important", "#AllowSameLineComments"],

  	["important", "#ClipboardTimeout"],

  	["important", "#CommentFlag"],

  	["important", "#ErrorStdOut"],

  	["important", "#EscapeChar"],

  	["important", "#HotkeyInterval"],

  	["important", "#HotkeyModifierTimeout"],

  	["important", "#Hotstring"],

  	["important", "#IfWinActive"],

  	["important", "#IfWinExist"],

  	["important", "#IfWinNotActive"],

  	["important", "#IfWinNotExist"],

  	["important", "#Include"],

  	["important", "#IncludeAgain"],

  	["important", "#InstallKeybdHook"],

  	["important", "#InstallMouseHook"],

  	["important", "#KeyHistory"],

  	["important", "#LTrim"],

  	["important", "#MaxHotkeysPerInterval"],

  	["important", "#MaxMem"],

  	["important", "#MaxThreads"],

  	["important", "#MaxThreadsBuffer"],

  	["important", "#MaxThreadsPerHotkey"],

  	["important", "#NoEnv"],

  	["important", "#NoTrayIcon"],

  	["important", "#Persistent"],

  	["important", "#SingleInstance"],

  	["important", "#UseHook"],

  	["important", "#WinActivateForce"]

  ]

  

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

  

  Checks for all important keywords.