summaryrefslogtreecommitdiffstats
path: root/public/prism/prism-matlab.js
blob: 303fbac48732364c9dd6f1ee2bc73c64d65b676e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Prism.languages.matlab = {
  comment: [/%\{[\s\S]*?\}%/, /%.+/],
  string: {
    pattern: /\B'(?:''|[^'\r\n])*'/,
    greedy: true,
  },
  // FIXME We could handle imaginary numbers as a whole
  number: /(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,
  keyword:
    /\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,
  function: /\b(?!\d)\w+(?=\s*\()/,
  operator: /\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,
  punctuation: /\.{3}|[.,;\[\](){}!]/,
};
> solid; border-image: radial-gradient( ellipse at top, var(--color-primary-lighter) 20%, var(--color-primary) 100% ) 1; box-shadow: fun.convert-px(2) fun.convert-px(-2) fun.convert-px(3) fun.convert-px(-1) var(--color-shadow-dark); @include mix.media("screen") { @include mix.dimensions(null, "sm") { padding: var(--spacing-xs); border-left: none; border-right: none; .title { margin-bottom: var(--spacing-2xs); } } @include mix.dimensions("sm") { max-width: 35ch; } } } .icon { --icon-size: #{fun.convert-px(30)}; margin-right: var(--spacing-2xs); }