Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mizar.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d654beb41be168687ccecb31809629bb20001ab3 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/mizar.js"],"names":["module","exports","hljs","name","keywords","contains","COMMENT"],"mappings":"oGA4BAA,EAAOC,QApBP,SAAeC,GACb,MAAO,CACLC,KAAM,QACNC,SACE,ylBAUFC,SAAU,CACRH,EAAKI,QAAQ,KAAM","file":"highlight/mizar.js?v=aece37a8f9f340f2a3b7","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*/\n\nfunction mizar(hljs) {\n  return {\n    name: 'Mizar',\n    keywords:\n      'environ vocabularies notations constructors definitions ' +\n      'registrations theorems schemes requirements begin end definition ' +\n      'registration cluster existence pred func defpred deffunc theorem ' +\n      'proof let take assume then thus hence ex for st holds consider ' +\n      'reconsider such that and in provided of as from be being by means ' +\n      'equals implies iff redefine define now not or attr is mode ' +\n      'suppose per cases set thesis contradiction scheme reserve struct ' +\n      'correctness compatibility coherence symmetry assymetry ' +\n      'reflexivity irreflexivity connectedness uniqueness commutativity ' +\n      'idempotence involutiveness projectivity',\n    contains: [\n      hljs.COMMENT('::', '$')\n    ]\n  };\n}\n\nmodule.exports = mizar;\n"],"sourceRoot":""}