blob: 31f55ac9baffa25e1d7da35c0081d41e2a71adc5 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/mizar.js"],"names":["module","exports","hljs","name","keywords","contains","COMMENT"],"mappings":"gFAeAA,EAAOC,QARP,SAAeC,GACb,MAAO,CACLC,KAAM,QACNC,SAAU,ylBACVC,SAAU,CAACH,EAAKI,QAAQ,KAAM","file":"react-syntax-highlighter_languages_highlight_mizar-174d91d6b4e881c25c2e.js","sourcesContent":["/*\nLanguage: Mizar\nDescription: The Mizar Language is a formal language derived from the mathematical vernacular.\nAuthor: Kelley van Evert <kelleyvanevert@gmail.com>\nWebsite: http://mizar.org/language/\nCategory: scientific\n*/\nfunction mizar(hljs) {\n return {\n name: 'Mizar',\n keywords: 'environ vocabularies notations constructors definitions ' + 'registrations theorems schemes requirements begin end definition ' + 'registration cluster existence pred func defpred deffunc theorem ' + 'proof let take assume then thus hence ex for st holds consider ' + 'reconsider such that and in provided of as from be being by means ' + 'equals implies iff redefine define now not or attr is mode ' + 'suppose per cases set thesis contradiction scheme reserve struct ' + 'correctness compatibility coherence symmetry assymetry ' + 'reflexivity irreflexivity connectedness uniqueness commutativity ' + 'idempotence involutiveness projectivity',\n contains: [hljs.COMMENT('::', '$')]\n };\n}\n\nmodule.exports = mizar;"],"sourceRoot":""}