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
3f0cecbf02
commit
06ade66d61
881 changed files with 676 additions and 47086 deletions
|
@ -23,9 +23,9 @@ Prism.languages.sas = {
|
|||
alias: 'number'
|
||||
},
|
||||
'string': /(["'])(?:\1\1|(?!\1)[\s\S])*\1/,
|
||||
'keyword': /\b(?:data|else|format|if|input|proc|run|then)\b/i,
|
||||
'keyword': /\b(?:data|else|format|if|input|proc\s\w+|quit|run|then)\b/i,
|
||||
// Decimal (1.2e23), hexadecimal (0c1x)
|
||||
'number': /(?:\B-|\b)(?:[\da-f]+x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)/i,
|
||||
'operator': /\*\*?|\|\|?|!!?|¦¦?|<[>=]?|>[<=]?|[-+\/=&]|[~¬^]=?|\b(?:eq|ne|gt|lt|ge|le|in|not)\b/i,
|
||||
'punctuation': /[$%@.(){}\[\];,\\]/
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue