mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
11 lines
201 B
JavaScript
11 lines
201 B
JavaScript
Prism.languages.ini= {
|
|
'comment': /^[ \t]*;.*$/m,
|
|
'important': /\[.*?\]/,
|
|
'constant': /^[ \t]*[^\s=]+?(?=[ \t]*=)/m,
|
|
'attr-value': {
|
|
pattern: /=.*/,
|
|
inside: {
|
|
'punctuation': /^[=]/
|
|
}
|
|
}
|
|
}; |