aboutsummaryrefslogtreecommitdiffstats
path: root/public/prism/prism-false.min.js
blob: 39621e5f9ccaaa294ab290b3e5b0bb9d3fe90cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
Prism.languages.false = {
  comment: { pattern: /\{[^}]*\}/ },
  string: { pattern: /"[^"]*"/, greedy: !0 },
  'character-code': { pattern: /'(?:[^\r]|\r\n?)/, alias: 'number' },
  'assembler-code': { pattern: /\d+`/, alias: 'important' },
  number: /\d+/,
  operator: /[-!#$%&'*+,./:;=>?@\\^_`|~ßø]/,
  punctuation: /\[|\]/,
  variable: /[a-z]/,
  'non-standard': { pattern: /[()<BDO®]/, alias: 'bold' },
};