Urara-Blog/node_modules/.pnpm-store/v3/files/96/66d1bae601d9b437236e0613f9a42ce1027e5d9905b02ce3eee394f9d698cf644b559a04e1c465a6e7ebee9499e0e40cf91c9b3737c79da2cf7fbec2646394
2022-08-14 01:14:53 +08:00

1 line
No EOL
533 B
Text

Prism.languages.gettext={comment:[{pattern:/# .*/,greedy:!0,alias:"translator-comment"},{pattern:/#\..*/,greedy:!0,alias:"extracted-comment"},{pattern:/#:.*/,greedy:!0,alias:"reference-comment"},{pattern:/#,.*/,greedy:!0,alias:"flag-comment"},{pattern:/#\|.*/,greedy:!0,alias:"previously-untranslated-comment"},{pattern:/#.*/,greedy:!0}],string:{pattern:/(^|[^\\])"(?:[^"\\]|\\.)*"/,lookbehind:!0,greedy:!0},keyword:/^msg(?:ctxt|id|id_plural|str)\b/m,number:/\b\d+\b/,punctuation:/[\[\]]/},Prism.languages.po=Prism.languages.gettext;