mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
28
dashboard-ui/bower_components/prism/components/prism-rip.js
vendored
Normal file
28
dashboard-ui/bower_components/prism/components/prism-rip.js
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Prism.languages.rip = {
|
||||
'comment': /#.*/,
|
||||
|
||||
'keyword': /(?:=>|->)|\b(?:class|if|else|switch|case|return|exit|try|catch|finally|raise)\b/,
|
||||
|
||||
'builtin': /@|\bSystem\b/,
|
||||
|
||||
'boolean': /\b(?:true|false)\b/,
|
||||
|
||||
'date': /\b\d{4}-\d{2}-\d{2}\b/,
|
||||
'time': /\b\d{2}:\d{2}:\d{2}\b/,
|
||||
'datetime': /\b\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\b/,
|
||||
|
||||
'character': /\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/,
|
||||
|
||||
'regex': {
|
||||
pattern: /(^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\\\r\n])+\/(?=\s*($|[\r\n,.;})]))/,
|
||||
lookbehind: true
|
||||
},
|
||||
|
||||
'symbol': /:[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/,
|
||||
'string': /("|')(\\?.)*?\1/,
|
||||
'number': /[+-]?(?:(?:\d+\.\d+)|(?:\d+))/,
|
||||
|
||||
'punctuation': /(?:\.{2,3})|[`,.:;=\/\\()<>\[\]{}]/,
|
||||
|
||||
'reference': /[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue