]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/mizar.js
1 /*! `mizar` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
8 Description: The Mizar Language is a formal language derived from the mathematical vernacular.
9 Author: Kelley van Evert <kelleyvanevert@gmail.com>
10 Website: http://mizar.org/language/
14 function mizar(hljs
) {
18 'environ vocabularies notations constructors definitions '
19 + 'registrations theorems schemes requirements begin end definition '
20 + 'registration cluster existence pred func defpred deffunc theorem '
21 + 'proof let take assume then thus hence ex for st holds consider '
22 + 'reconsider such that and in provided of as from be being by means '
23 + 'equals implies iff redefine define now not or attr is mode '
24 + 'suppose per cases set thesis contradiction scheme reserve struct '
25 + 'correctness compatibility coherence symmetry assymetry '
26 + 'reflexivity irreflexivity connectedness uniqueness commutativity '
27 + 'idempotence involutiveness projectivity',
28 contains: [ hljs
.COMMENT('::', '$') ]
36 hljs
.registerLanguage('mizar', hljsGrammar
);