Urara-Blog/node_modules/.pnpm-store/v3/files/31/e374efeab18ef377ba04ab5d4f622fdc890d142b4d03626238011a5157fed35865ba410dc286cb14ceb7aec0d6c9b1386b2873b8ee5c9edeca9cfd0a4d88f8
2022-08-14 01:14:53 +08:00

1 line
No EOL
304 B
Text

Prism.languages.yang={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"(?:[^\\"]|\\.)*"|'[^']*'/,greedy:!0},keyword:{pattern:/(^|[{};\r\n][ \t]*)[a-z_][\w.-]*/i,lookbehind:!0},namespace:{pattern:/(\s)[a-z_][\w.-]*(?=:)/i,lookbehind:!0},boolean:/\b(?:false|true)\b/,operator:/\+/,punctuation:/[{};:]/};