aboutsummaryrefslogtreecommitdiffstats
path: root/public/prism/prism-autohotkey.js
blob: e258e83c8f50f7ee1c5f1556880a92bfb322a0c5 (plain)
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
generated by cgit v1.2.3 (git 2.39.1) at 2025-11-03 10:50:48 +0000
 


">},
  number: /\b\d+(?:\.\d+)*\b/,
  function: /\b[a-z_]\w*(?=\s*\()\b/i,
  punctuation: /[()>}]|\$[<{]/,
};