详细说明: - 添加了V2版本的工作流页面和结果页面 - 更新了Serena记忆文件 - 添加了详细实施计划文档 - 优化了Vite配置 - 更新了项目文档CLAUDE.md - 构建了演示系统的dist版本 - 包含了exhibition-demo的完整依赖
13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
Prism.languages.mizar = {
|
|
'comment': /::.+/,
|
|
'keyword': /@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|associativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters?|coherence|commutativity|compatibility|connectedness|consider|consistency|constructors|contradiction|correctness|def|deffunc|define|definitions?|defpred|do|does|end|environ|equals|ex|exactly|existence|for|from|func|given|hence|hereby|holds|idempotence|identity|iff?|implies|involutiveness|irreflexivity|is|it|let|means|mode|non|not|notations?|now|of|or|otherwise|over|per|pred|prefix|projectivity|proof|provided|qua|reconsider|redefine|reduce|reducibility|reflexivity|registrations?|requirements|reserve|sch|schemes?|section|selector|set|sethood|st|struct|such|suppose|symmetry|synonym|take|that|the|then|theorems?|thesis|thus|to|transitivity|uniqueness|vocabular(?:ies|y)|when|where|with|wrt)\b/,
|
|
'parameter': {
|
|
pattern: /\$(?:10|\d)/,
|
|
alias: 'variable'
|
|
},
|
|
'variable': /\b\w+(?=:)/,
|
|
'number': /(?:\b|-)\d+\b/,
|
|
'operator': /\.\.\.|->|&|\.?=/,
|
|
'punctuation': /\(#|#\)|[,:;\[\](){}]/
|
|
};
|